Html Css Color HEX #5C6031 Saratoga

📋 copy color: '#5C6031'

red 92 ◦ green 96 ◦ blue 49

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

Shades of Saratoga #5C6031

Tints of Saratoga #5C6031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 38.82%
G = 40.51%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#5C6031 (or 0x5C6031) is known color: Saratoga. HEX triplet: 5C, 60 and 31. RGB value is (92,96,49). Sum of RGB (Red+Green+Blue) = 92+96+49=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6031 is #A39FCE. Grayscale: #595959. Windows color (decimal): -10723279 or 3235932. OLE color: 3235932.

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

Color convert

RGB 92 96 49 -
CMYK 0.04 0 0.49 0.62
HSL 65.11º 0.32% 0.28% -
HSV(B) 65.11º 0.49% 0.38% -
XYZ 9.15 10.86 4.52 -
YUV 89.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 92 96 49 0.04 0 0.49 0.62 65.11 0.32 0.28
Hex 5C 60 31 4 0 31 3E 41 20 1C
Octal 134 140 61 4 0 61 76 101 40 34
Binary 1011100 1100000 110001 100 0 110001 111110 1000001 100000 11100

Color Harmonies of #5C6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6031

Black with #5C6031

Text Example


Text Example

White with #5C6031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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