Html Css Color HEX #555B2D Saratoga

📋 copy color: '#555B2D'

red 85 ◦ green 91 ◦ blue 45

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

Shades of Saratoga #555B2D

Tints of Saratoga #555B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

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

R = 38.46%
G = 41.18%
B = 20.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#555B2D (or 0x555B2D) is known color: Saratoga. HEX triplet: 55, 5B and 2D. RGB value is (85,91,45). Sum of RGB (Red+Green+Blue) = 85+91+45=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #555B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B2D is #AAA4D2. Grayscale: #545454. Windows color (decimal): -11183315 or 2972501. OLE color: 2972501.

HSL color Cylindrical-coordinate representation of color #555B2D: hue angle of 67.83º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555B2D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 45 -
CMYK 0.07 0 0.51 0.64
HSL 67.83º 0.34% 0.27% -
HSV(B) 67.83º 0.51% 0.36% -
XYZ 7.96 9.6 3.92 -
YUV 83.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 85 91 45 0.07 0 0.51 0.64 67.83 0.34 0.27
Hex 55 5B 2D 7 0 33 40 44 22 1B
Octal 125 133 55 7 0 63 100 104 42 33
Binary 1010101 1011011 101101 111 0 110011 1000000 1000100 100010 11011

Color Harmonies of #555B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B2D

Black with #555B2D

Text Example


Text Example

White with #555B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B2D; }

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

 H1.HeaderClassName
 {
   color: #555B2D;
 }
 .AnyTagClassName
 {
   color: #555B2D;
 }
</style>

background-color css

<style>
 a { background-color: #555B2D; }

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

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

border-color css

<style>
 span { border-color: #555B2D; }

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

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