Html Css Color HEX #5C612F Saratoga

📋 copy color: '#5C612F'

red 92 ◦ green 97 ◦ blue 47

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

Shades of Saratoga #5C612F

Tints of Saratoga #5C612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 38.98%
G = 41.1%
B = 19.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#5C612F (or 0x5C612F) is known color: Saratoga. HEX triplet: 5C, 61 and 2F. RGB value is (92,97,47). Sum of RGB (Red+Green+Blue) = 92+97+47=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #5C612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C612F is #A39ED0. Grayscale: #5A5A5A. Windows color (decimal): -10723025 or 3105116. OLE color: 3105116.

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

Color convert

RGB 92 97 47 -
CMYK 0.05 0 0.52 0.62
HSL 66º 0.35% 0.28% -
HSV(B) 66º 0.52% 0.38% -
XYZ 9.2 11.03 4.33 -
YUV 89.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 92 97 47 0.05 0 0.52 0.62 66 0.35 0.28
Hex 5C 61 2F 5 0 34 3E 42 23 1C
Octal 134 141 57 5 0 64 76 102 43 34
Binary 1011100 1100001 101111 101 0 110100 111110 1000010 100011 11100

Color Harmonies of #5C612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C612F

Black with #5C612F

Text Example


Text Example

White with #5C612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,97,47); }

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

background-color css

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

 a { background-color: rgb(92,97,47); }

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

border-color css

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

 span { border-color: rgb(92,97,47); }

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