Html Css Color HEX #5C5F1F Saratoga

📋 copy color: '#5C5F1F'

red 92 ◦ green 95 ◦ blue 31

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

Shades of Saratoga #5C5F1F

Tints of Saratoga #5C5F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.58%

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

R = 42.2%
G = 43.58%
B = 14.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5C5F1F (or 0x5C5F1F) is known color: Saratoga. HEX triplet: 5C, 5F and 1F. RGB value is (92,95,31). Sum of RGB (Red+Green+Blue) = 92+95+31=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5F1F is #A3A0E0. Grayscale: #575757. Windows color (decimal): -10723553 or 2056028. OLE color: 2056028.

HSL color Cylindrical-coordinate representation of color #5C5F1F: hue angle of 62.81º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C5F1F is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 92 95 31 -
CMYK 0.03 0 0.67 0.63
HSL 62.81º 0.51% 0.25% -
HSV(B) 62.81º 0.67% 0.37% -
XYZ 8.75 10.56 2.87 -
YUV 86.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 92 95 31 0.03 0 0.67 0.63 62.81 0.51 0.25
Hex 5C 5F 1F 3 0 43 3F 3F 33 19
Octal 134 137 37 3 0 103 77 77 63 31
Binary 1011100 1011111 11111 11 0 1000011 111111 111111 110011 11001

Color Harmonies of #5C5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F1F

Black with #5C5F1F

Text Example


Text Example

White with #5C5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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