#53292D

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

Shades of Heath #53292D

Tints of Heath #53292D

Color information

#53292D (or 0x53292D) is unknown color: approx Heath. HEX triplet: 53, 29 and 2D. RGB value is (83,41,45). Sum of RGB (Red+Green+Blue) = 83+41+45=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53292D is #ACD6D2. Grayscale: #363636. Windows color (decimal): -11327187 or 2959699. OLE color: 2959699.

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

Color convert

RGB834145-
CMYK00.510.460.67
HSL354.29º33.87%24.31%-
HSV(B)354.29º50.6%32.55%-
XYZ4.833.612.93-
YUV54.01122.91148.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=49.11%
G=24.26%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83414500.510.460.67354.2933.8724.31
Hex53292D0332E431622218
Octal1235155063561035424230
Binary10100111010011011010110011101110100001110110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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