#552C2E

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

Shades of Heath #552C2E

Tints of Heath #552C2E

Color information

#552C2E (or 0x552C2E) is unknown color: approx Heath. HEX triplet: 55, 2C and 2E. RGB value is (85,44,46). Sum of RGB (Red+Green+Blue) = 85+44+46=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2E is #AAD3D1. Grayscale: #383838. Windows color (decimal): -11195346 or 3026005. OLE color: 3026005.

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

Color convert

RGB854446-
CMYK00.480.460.67
HSL357.07º31.78%25.29%-
HSV(B)357.07º48.24%33.33%-
XYZ5.143.933.07-
YUV56.49122.08148.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=48.57%
G=25.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85444600.480.460.67357.0731.7825.29
Hex552C2E0302E431652019
Octal1255456060561035454031
Binary10101011011001011100110000101110100001110110010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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