#552B2E

Color #552B2E Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #552B2E

Tints of Heath #552B2E

Color information

#552B2E (or 0x552B2E) is unknown color: approx Heath. HEX triplet: 55, 2B and 2E. RGB value is (85,43,46). Sum of RGB (Red+Green+Blue) = 85+43+46=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2E is #AAD4D1. Grayscale: #373737. Windows color (decimal): -11195602 or 3025749. OLE color: 3025749.

HSL color Cylindrical-coordinate representation of color #552B2E: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B2E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB854346-
CMYK00.490.460.67
HSL355.71º32.81%25.1%-
HSV(B)355.71º49.41%33.33%-
XYZ5.13.863.06-
YUV55.9122.41148.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 43 (17.19% from 255) = 24.71%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=48.85%
G=24.71%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85434600.490.460.67355.7132.8125.1
Hex552B2E0312E431642119
Octal1255356061561035444131
Binary10101011010111011100110001101110100001110110010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B2E; }

 p { color: rgb(85,43,46); }

 H1.HeaderClassName
 {
   color: #552B2E;
 }
 .AnyTagClassName
 {
   color: #552B2E;
 }
</style>
background-color css

<style>
 a { background-color: #552B2E; }

 a { background-color: rgb(85,43,46); }

 div.DivClassName
 {
   background-color: #552B2E;
 }
 .BgClassName
 {
   background-color: #552B2E;
 }
</style>
border-color css

<style>
 span { border-color: #552B2E; }

 span { border-color: rgb(85,43,46); }

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