Html Css Color HEX #55612C Saratoga

📋 copy color: '#55612C'

red 85 ◦ green 97 ◦ blue 44

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

Shades of Saratoga #55612C

Tints of Saratoga #55612C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 37.61%
G = 42.92%
B = 19.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#55612C (or 0x55612C) is known color: Saratoga. HEX triplet: 55, 61 and 2C. RGB value is (85,97,44). Sum of RGB (Red+Green+Blue) = 85+97+44=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #55612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55612C is #AA9ED3. Grayscale: #575757. Windows color (decimal): -11181780 or 2908501. OLE color: 2908501.

HSL color Cylindrical-coordinate representation of color #55612C: hue angle of 73.58º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55612C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 44 -
CMYK 0.12 0 0.55 0.62
HSL 73.58º 0.38% 0.28% -
HSV(B) 73.58º 0.55% 0.38% -
XYZ 8.48 10.66 3.99 -
YUV 87.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 85 97 44 0.12 0 0.55 0.62 73.58 0.38 0.28
Hex 55 61 2C C 0 37 3E 4A 26 1C
Octal 125 141 54 14 0 67 76 112 46 34
Binary 1010101 1100001 101100 1100 0 110111 111110 1001010 100110 11100

Color Harmonies of #55612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55612C

Black with #55612C

Text Example


Text Example

White with #55612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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