Html Css Color HEX #55601F Saratoga

📋 copy color: '#55601F'

red 85 ◦ green 96 ◦ blue 31

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

Shades of Saratoga #55601F

Tints of Saratoga #55601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 40.09%
G = 45.28%
B = 14.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#55601F (or 0x55601F) is known color: Saratoga. HEX triplet: 55, 60 and 1F. RGB value is (85,96,31). Sum of RGB (Red+Green+Blue) = 85+96+31=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #55601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601F is #AA9FE0. Grayscale: #555555. Windows color (decimal): -11182049 or 2056277. OLE color: 2056277.

HSL color Cylindrical-coordinate representation of color #55601F: hue angle of 70.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55601F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 31 -
CMYK 0.11 0 0.68 0.62
HSL 70.15º 0.51% 0.25% -
HSV(B) 70.15º 0.68% 0.38% -
XYZ 8.18 10.4 2.87 -
YUV 85.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 85 96 31 0.11 0 0.68 0.62 70.15 0.51 0.25
Hex 55 60 1F B 0 44 3E 46 33 19
Octal 125 140 37 13 0 104 76 106 63 31
Binary 1010101 1100000 11111 1011 0 1000100 111110 1000110 110011 11001

Color Harmonies of #55601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55601F

Black with #55601F

Text Example


Text Example

White with #55601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,96,31); }

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

background-color css

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

 a { background-color: rgb(85,96,31); }

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

border-color css

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

 span { border-color: rgb(85,96,31); }

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