Html Css Color HEX #55612F Saratoga

📋 copy color: '#55612F'

red 85 ◦ green 97 ◦ blue 47

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

Shades of Saratoga #55612F

Tints of Saratoga #55612F

RGB

 RED value IS 85 (33.59% from 255) = 37.12%

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

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

R = 37.12%
G = 42.36%
B = 20.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#55612F (or 0x55612F) is known color: Saratoga. HEX triplet: 55, 61 and 2F. RGB value is (85,97,47). Sum of RGB (Red+Green+Blue) = 85+97+47=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #55612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55612F is #AA9ED0. Grayscale: #575757. Windows color (decimal): -11181777 or 3105109. OLE color: 3105109.

HSL color Cylindrical-coordinate representation of color #55612F: hue angle of 74.4º 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 #55612F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 47 -
CMYK 0.12 0 0.52 0.62
HSL 74.4º 0.35% 0.28% -
HSV(B) 74.4º 0.52% 0.38% -
XYZ 8.53 10.69 4.3 -
YUV 87.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 85 97 47 0.12 0 0.52 0.62 74.4 0.35 0.28
Hex 55 61 2F C 0 34 3E 4A 23 1C
Octal 125 141 57 14 0 64 76 112 43 34
Binary 1010101 1100001 101111 1100 0 110100 111110 1001010 100011 11100

Color Harmonies of #55612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55612F

Black with #55612F

Text Example


Text Example

White with #55612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55612F; }

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

 H1.HeaderClassName
 {
   color: #55612F;
 }
 .AnyTagClassName
 {
   color: #55612F;
 }
</style>

background-color css

<style>
 a { background-color: #55612F; }

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

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

border-color css

<style>
 span { border-color: #55612F; }

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

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