#552B2F

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

Shades of Heath #552B2F

Tints of Heath #552B2F

Color information

#552B2F (or 0x552B2F) is unknown color: approx Heath. HEX triplet: 55, 2B and 2F. RGB value is (85,43,47). Sum of RGB (Red+Green+Blue) = 85+43+47=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B2F is #AAD4D0. Grayscale: #383838. Windows color (decimal): -11195601 or 3091285. OLE color: 3091285.

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

Color convert

RGB854347-
CMYK00.490.450.67
HSL354.29º32.81%25.1%-
HSV(B)354.29º49.41%33.33%-
XYZ5.123.863.17-
YUV56.01122.91148.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=48.57%
G=24.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85434700.490.450.67354.2932.8125.1
Hex552B2F0312D431622119
Octal1255357061551035424131
Binary10101011010111011110110001101101100001110110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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