Html Css Color HEX #5C602C Saratoga

📋 copy color: '#5C602C'

red 92 ◦ green 96 ◦ blue 44

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

Shades of Saratoga #5C602C

Tints of Saratoga #5C602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 39.66%
G = 41.38%
B = 18.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#5C602C (or 0x5C602C) is known color: Saratoga. HEX triplet: 5C, 60 and 2C. RGB value is (92,96,44). Sum of RGB (Red+Green+Blue) = 92+96+44=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #5C602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C602C is #A39FD3. Grayscale: #595959. Windows color (decimal): -10723284 or 2908252. OLE color: 2908252.

HSL color Cylindrical-coordinate representation of color #5C602C: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C602C is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 96 44 -
CMYK 0.04 0 0.54 0.62
HSL 64.62º 0.37% 0.27% -
HSV(B) 64.62º 0.54% 0.38% -
XYZ 9.05 10.82 3.99 -
YUV 88.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 92 96 44 0.04 0 0.54 0.62 64.62 0.37 0.27
Hex 5C 60 2C 4 0 36 3E 41 25 1B
Octal 134 140 54 4 0 66 76 101 45 33
Binary 1011100 1100000 101100 100 0 110110 111110 1000001 100101 11011

Color Harmonies of #5C602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C602C

Black with #5C602C

Text Example


Text Example

White with #5C602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,96,44); }

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

background-color css

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

 a { background-color: rgb(92,96,44); }

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

border-color css

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

 span { border-color: rgb(92,96,44); }

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