Html Css Color HEX #55582D Saratoga

📋 copy color: '#55582D'

red 85 ◦ green 88 ◦ blue 45

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

Shades of Saratoga #55582D

Tints of Saratoga #55582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 38.99%
G = 40.37%
B = 20.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#55582D (or 0x55582D) is known color: Saratoga. HEX triplet: 55, 58 and 2D. RGB value is (85,88,45). Sum of RGB (Red+Green+Blue) = 85+88+45=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #55582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55582D is #AAA7D2. Grayscale: #525252. Windows color (decimal): -11184083 or 2971733. OLE color: 2971733.

HSL color Cylindrical-coordinate representation of color #55582D: hue angle of 64.19º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55582D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 45 -
CMYK 0.03 0 0.49 0.65
HSL 64.19º 0.32% 0.26% -
HSV(B) 64.19º 0.49% 0.35% -
XYZ 7.71 9.1 3.83 -
YUV 82.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 85 88 45 0.03 0 0.49 0.65 64.19 0.32 0.26
Hex 55 58 2D 3 0 31 41 40 20 1A
Octal 125 130 55 3 0 61 101 100 40 32
Binary 1010101 1011000 101101 11 0 110001 1000001 1000000 100000 11010

Color Harmonies of #55582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55582D

Black with #55582D

Text Example


Text Example

White with #55582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,88,45); }

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

background-color css

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

 a { background-color: rgb(85,88,45); }

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

border-color css

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

 span { border-color: rgb(85,88,45); }

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