Html Css Color HEX #5C601F Saratoga

📋 copy color: '#5C601F'

red 92 ◦ green 96 ◦ blue 31

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

Shades of Saratoga #5C601F

Tints of Saratoga #5C601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 42.01%
G = 43.84%
B = 14.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#5C601F (or 0x5C601F) is known color: Saratoga. HEX triplet: 5C, 60 and 1F. RGB value is (92,96,31). Sum of RGB (Red+Green+Blue) = 92+96+31=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #5C601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C601F is #A39FE0. Grayscale: #575757. Windows color (decimal): -10723297 or 2056284. OLE color: 2056284.

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

Color convert

RGB 92 96 31 -
CMYK 0.04 0 0.68 0.62
HSL 63.69º 0.51% 0.25% -
HSV(B) 63.69º 0.68% 0.38% -
XYZ 8.84 10.74 2.9 -
YUV 87.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 92 96 31 0.04 0 0.68 0.62 63.69 0.51 0.25
Hex 5C 60 1F 4 0 44 3E 40 33 19
Octal 134 140 37 4 0 104 76 100 63 31
Binary 1011100 1100000 11111 100 0 1000100 111110 1000000 110011 11001

Color Harmonies of #5C601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C601F

Black with #5C601F

Text Example


Text Example

White with #5C601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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