Html Css Color HEX #55601D Saratoga

📋 copy color: '#55601D'

red 85 ◦ green 96 ◦ blue 29

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

Shades of Saratoga #55601D

Tints of Saratoga #55601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 40.48%
G = 45.71%
B = 13.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#55601D (or 0x55601D) is known color: Saratoga. HEX triplet: 55, 60 and 1D. RGB value is (85,96,29). Sum of RGB (Red+Green+Blue) = 85+96+29=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #55601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601D is #AA9FE2. Grayscale: #555555. Windows color (decimal): -11182051 or 1925205. OLE color: 1925205.

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

Color convert

RGB 85 96 29 -
CMYK 0.11 0 0.70 0.62
HSL 69.85º 0.54% 0.25% -
HSV(B) 69.85º 0.7% 0.38% -
XYZ 8.15 10.39 2.74 -
YUV 85.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 85 96 29 0.11 0 0.70 0.62 69.85 0.54 0.25
Hex 55 60 1D B 0 46 3E 46 36 19
Octal 125 140 35 13 0 106 76 106 66 31
Binary 1010101 1100000 11101 1011 0 1000110 111110 1000110 110110 11001

Color Harmonies of #55601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55601D

Black with #55601D

Text Example


Text Example

White with #55601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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