#53423F

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

Shades of Crater Brown #53423F

Tints of Crater Brown #53423F

Color information

#53423F (or 0x53423F) is unknown color: approx Crater Brown. HEX triplet: 53, 42 and 3F. RGB value is (83,66,63). Sum of RGB (Red+Green+Blue) = 83+66+63=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423F is #ACBDC0. Grayscale: #464646. Windows color (decimal): -11320769 or 4145747. OLE color: 4145747.

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

Color convert

RGB836663-
CMYK00.200.240.67
HSL13.7%28.63%-
HSV(B)24.1%32.55%-
XYZ6.416.095.54-
YUV70.74123.63136.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 63 (25% from 255) = 29.72%
R=39.15%
G=31.13%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666300.200.240.67913.728.63
Hex53423F01418439e1d
Octal1231027702430103111635
Binary101001110000101111110101001100010000111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,66,63); }

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

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

 a { background-color: rgb(83,66,63); }

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

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

 span { border-color: rgb(83,66,63); }

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