Html Css Color HEX #5C6431 Saratoga

📋 copy color: '#5C6431'

red 92 ◦ green 100 ◦ blue 49

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

Shades of Saratoga #5C6431

Tints of Saratoga #5C6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 38.17%
G = 41.49%
B = 20.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#5C6431 (or 0x5C6431) is known color: Saratoga. HEX triplet: 5C, 64 and 31. RGB value is (92,100,49). Sum of RGB (Red+Green+Blue) = 92+100+49=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6431 is #A39BCE. Grayscale: #5B5B5B. Windows color (decimal): -10722255 or 3236956. OLE color: 3236956.

HSL color Cylindrical-coordinate representation of color #5C6431: hue angle of 69.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C6431 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 100 49 -
CMYK 0.08 0 0.51 0.61
HSL 69.41º 0.34% 0.29% -
HSV(B) 69.41º 0.51% 0.39% -
XYZ 9.53 11.61 4.64 -
YUV 91.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 92 100 49 0.08 0 0.51 0.61 69.41 0.34 0.29
Hex 5C 64 31 8 0 33 3D 45 22 1D
Octal 134 144 61 10 0 63 75 105 42 35
Binary 1011100 1100100 110001 1000 0 110011 111101 1000101 100010 11101

Color Harmonies of #5C6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6431

Black with #5C6431

Text Example


Text Example

White with #5C6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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