Html Css Color HEX #5B5C30 Saratoga

📋 copy color: '#5B5C30'

red 91 ◦ green 92 ◦ blue 48

#5B5C30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #5B5C30

Tints of Saratoga #5B5C30

RGB

 RED value IS 91 (35.94% from 255) = 39.39%

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 39.39%
G = 39.83%
B = 20.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5B5C30 (or 0x5B5C30) is known color: Saratoga. HEX triplet: 5B, 5C and 30. RGB value is (91,92,48). Sum of RGB (Red+Green+Blue) = 91+92+48=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C30 is #A4A3CF. Grayscale: #565656. Windows color (decimal): -10789840 or 3169371. OLE color: 3169371.

HSL color Cylindrical-coordinate representation of color #5B5C30: hue angle of 61.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B5C30 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 92 48 -
CMYK 0.01 0 0.48 0.64
HSL 61.36º 0.31% 0.27% -
HSV(B) 61.36º 0.48% 0.36% -
XYZ 8.68 10.09 4.29 -
YUV 86.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 91 92 48 0.01 0 0.48 0.64 61.36 0.31 0.27
Hex 5B 5C 30 1 0 30 40 3D 1F 1B
Octal 133 134 60 1 0 60 100 75 37 33
Binary 1011011 1011100 110000 1 0 110000 1000000 111101 11111 11011

Color Harmonies of #5B5C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5C30

Black with #5B5C30

Text Example


Text Example

White with #5B5C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5C30; }

 p { color: rgb(91,92,48); }

 H1.HeaderClassName
 {
   color: #5B5C30;
 }
 .AnyTagClassName
 {
   color: #5B5C30;
 }
</style>

background-color css

<style>
 a { background-color: #5B5C30; }

 a { background-color: rgb(91,92,48); }

 div.DivClassName
 {
   background-color: #5B5C30;
 }
 .BgClassName
 {
   background-color: #5B5C30;
 }
</style>

border-color css

<style>
 span { border-color: #5B5C30; }

 span { border-color: rgb(91,92,48); }

 td.TdClassName
 {
   border-color: #5B5C30;
 }
 .TagClassName
 {
   border-color: #5B5C30;
 }
</style>