#552C2F

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

Shades of Heath #552C2F

Tints of Heath #552C2F

Color information

#552C2F (or 0x552C2F) is unknown color: approx Heath. HEX triplet: 55, 2C and 2F. RGB value is (85,44,47). Sum of RGB (Red+Green+Blue) = 85+44+47=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2F is #AAD3D0. Grayscale: #383838. Windows color (decimal): -11195345 or 3091541. OLE color: 3091541.

HSL color Cylindrical-coordinate representation of color #552C2F: hue angle of 355.61º 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 #552C2F is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB854447-
CMYK00.480.450.67
HSL355.61º31.78%25.29%-
HSV(B)355.61º48.24%33.33%-
XYZ5.163.943.18-
YUV56.6122.58148.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=48.30%
G=25%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85444700.480.450.67355.6131.7825.29
Hex552C2F0302D431642019
Octal1255457060551035444031
Binary10101011011001011110110000101101100001110110010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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