Html Css Color HEX #5C601C Saratoga

📋 copy color: '#5C601C'

red 92 ◦ green 96 ◦ blue 28

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

Shades of Saratoga #5C601C

Tints of Saratoga #5C601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 42.59%
G = 44.44%
B = 12.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#5C601C (or 0x5C601C) is known color: Saratoga. HEX triplet: 5C, 60 and 1C. RGB value is (92,96,28). Sum of RGB (Red+Green+Blue) = 92+96+28=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #5C601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C601C is #A39FE3. Grayscale: #575757. Windows color (decimal): -10723300 or 1859676. OLE color: 1859676.

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

Color convert

RGB 92 96 28 -
CMYK 0.04 0 0.71 0.62
HSL 63.53º 0.55% 0.24% -
HSV(B) 63.53º 0.71% 0.38% -
XYZ 8.81 10.72 2.7 -
YUV 87.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 92 96 28 0.04 0 0.71 0.62 63.53 0.55 0.24
Hex 5C 60 1C 4 0 47 3E 40 37 18
Octal 134 140 34 4 0 107 76 100 67 30
Binary 1011100 1100000 11100 100 0 1000111 111110 1000000 110111 11000

Color Harmonies of #5C601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C601C

Black with #5C601C

Text Example


Text Example

White with #5C601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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