Html Css Color HEX #5C662B Saratoga

📋 copy color: '#5C662B'

red 92 ◦ green 102 ◦ blue 43

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

Shades of Saratoga #5C662B

Tints of Saratoga #5C662B

RGB

 RED value IS 92 (36.33% from 255) = 38.82%

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 38.82%
G = 43.04%
B = 18.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#5C662B (or 0x5C662B) is known color: Saratoga. HEX triplet: 5C, 66 and 2B. RGB value is (92,102,43). Sum of RGB (Red+Green+Blue) = 92+102+43=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #5C662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C662B is #A399D4. Grayscale: #5C5C5C. Windows color (decimal): -10721749 or 2844252. OLE color: 2844252.

HSL color Cylindrical-coordinate representation of color #5C662B: hue angle of 70.17º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C662B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 102 43 -
CMYK 0.10 0 0.58 0.6
HSL 70.17º 0.41% 0.28% -
HSV(B) 70.17º 0.58% 0.4% -
XYZ 9.6 11.95 4.09 -
YUV 92.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 92 102 43 0.10 0 0.58 0.6 70.17 0.41 0.28
Hex 5C 66 2B A 0 3A 3C 46 29 1C
Octal 134 146 53 12 0 72 74 106 51 34
Binary 1011100 1100110 101011 1010 0 111010 111100 1000110 101001 11100

Color Harmonies of #5C662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C662B

Black with #5C662B

Text Example


Text Example

White with #5C662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,43); }

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

background-color css

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

 a { background-color: rgb(92,102,43); }

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

border-color css

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

 span { border-color: rgb(92,102,43); }

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