Html Css Color HEX #5B662C Saratoga

📋 copy color: '#5B662C'

red 91 ◦ green 102 ◦ blue 44

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

Shades of Saratoga #5B662C

Tints of Saratoga #5B662C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 44 (17.58% from 255) = 18.57%

R = 38.4%
G = 43.04%
B = 18.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#5B662C (or 0x5B662C) is known color: Saratoga. HEX triplet: 5B, 66 and 2C. RGB value is (91,102,44). Sum of RGB (Red+Green+Blue) = 91+102+44=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #5B662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B662C is #A499D3. Grayscale: #5C5C5C. Windows color (decimal): -10787284 or 2909787. OLE color: 2909787.

HSL color Cylindrical-coordinate representation of color #5B662C: hue angle of 71.38º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B662C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 102 44 -
CMYK 0.11 0 0.57 0.6
HSL 71.38º 0.4% 0.29% -
HSV(B) 71.38º 0.57% 0.4% -
XYZ 9.52 11.91 4.18 -
YUV 92.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 91 102 44 0.11 0 0.57 0.6 71.38 0.4 0.29
Hex 5B 66 2C B 0 39 3C 47 28 1D
Octal 133 146 54 13 0 71 74 107 50 35
Binary 1011011 1100110 101100 1011 0 111001 111100 1000111 101000 11101

Color Harmonies of #5B662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B662C

Black with #5B662C

Text Example


Text Example

White with #5B662C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,44); }

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

background-color css

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

 a { background-color: rgb(91,102,44); }

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

border-color css

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

 span { border-color: rgb(91,102,44); }

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