#53292F

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

Shades of Heath #53292F

Tints of Heath #53292F

Color information

#53292F (or 0x53292F) is unknown color: approx Heath. HEX triplet: 53, 29 and 2F. RGB value is (83,41,47). Sum of RGB (Red+Green+Blue) = 83+41+47=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #53292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292F is #ACD6D0. Grayscale: #363636. Windows color (decimal): -11327185 or 3090771. OLE color: 3090771.

HSL color Cylindrical-coordinate representation of color #53292F: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53292F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB834147-
CMYK00.510.430.67
HSL351.43º33.87%24.31%-
HSV(B)351.43º50.6%32.55%-
XYZ4.873.633.13-
YUV54.24123.91148.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=48.54%
G=23.98%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414700.510.430.67351.4333.8724.31
Hex53292F0332B4315f2218
Octal1235157063531035374230
Binary10100111010011011110110011101011100001110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53292F; }

 p { color: rgb(83,41,47); }

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

<style>
 a { background-color: #53292F; }

 a { background-color: rgb(83,41,47); }

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

<style>
 span { border-color: #53292F; }

 span { border-color: rgb(83,41,47); }

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