#53292E

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

Shades of Heath #53292E

Tints of Heath #53292E

Color information

#53292E (or 0x53292E) is unknown color: approx Heath. HEX triplet: 53, 29 and 2E. RGB value is (83,41,46). Sum of RGB (Red+Green+Blue) = 83+41+46=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292E is #ACD6D1. Grayscale: #363636. Windows color (decimal): -11327186 or 3025235. OLE color: 3025235.

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

Color convert

RGB834146-
CMYK00.510.450.67
HSL352.86º33.87%24.31%-
HSV(B)352.86º50.6%32.55%-
XYZ4.853.623.03-
YUV54.13123.41148.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=48.82%
G=24.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414600.510.450.67352.8633.8724.31
Hex53292E0332D431612218
Octal1235156063551035414230
Binary10100111010011011100110011101101100001110110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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