#53423D

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

Shades of Crater Brown #53423D

Tints of Crater Brown #53423D

Color information

#53423D (or 0x53423D) is unknown color: approx Crater Brown. HEX triplet: 53, 42 and 3D. RGB value is (83,66,61). Sum of RGB (Red+Green+Blue) = 83+66+61=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423D is #ACBDC2. Grayscale: #464646. Windows color (decimal): -11320771 or 4014675. OLE color: 4014675.

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

Color convert

RGB836661-
CMYK00.200.270.67
HSL13.64º15.28%28.24%-
HSV(B)13.64º26.51%32.55%-
XYZ6.366.075.25-
YUV70.51122.63136.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=39.52%
G=31.43%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666100.200.270.6713.6415.2828.24
Hex53423D0141B43ef1c
Octal1231027502433103161734
Binary101001110000101111010101001101110000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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