#52403F

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

Shades of Crater Brown #52403F

Tints of Crater Brown #52403F

Color information

#52403F (or 0x52403F) is unknown color: approx Crater Brown. HEX triplet: 52, 40 and 3F. RGB value is (82,64,63). Sum of RGB (Red+Green+Blue) = 82+64+63=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52403F is #ADBFC0. Grayscale: #454545. Windows color (decimal): -11386817 or 4145234. OLE color: 4145234.

HSL color Cylindrical-coordinate representation of color #52403F: hue angle of 3.16º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52403F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB826463-
CMYK00.220.230.68
HSL3.16º13.1%28.43%-
HSV(B)3.16º23.17%32.16%-
XYZ6.215.825.5-
YUV69.27124.46137.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 63 (25% from 255) = 30.14%
R=39.23%
G=30.62%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82646300.220.230.683.1613.128.43
Hex52403F01617443d1c
Octal122100770262710431534
Binary1010010100000011111101011010111100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,64,63); }

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

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

 a { background-color: rgb(82,64,63); }

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

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

 span { border-color: rgb(82,64,63); }

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