#52413F

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

Shades of Crater Brown #52413F

Tints of Crater Brown #52413F

Color information

#52413F (or 0x52413F) is unknown color: approx Crater Brown. HEX triplet: 52, 41 and 3F. RGB value is (82,65,63). Sum of RGB (Red+Green+Blue) = 82+65+63=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52413F is #ADBEC0. Grayscale: #454545. Windows color (decimal): -11386561 or 4145490. OLE color: 4145490.

HSL color Cylindrical-coordinate representation of color #52413F: hue angle of 6.32º 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 #52413F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB826563-
CMYK00.210.230.68
HSL6.32º13.1%28.43%-
HSV(B)6.32º23.17%32.16%-
XYZ6.275.935.52-
YUV69.86124.13136.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 63 (25% from 255) = 30%
R=39.05%
G=30.95%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82656300.210.230.686.3213.128.43
Hex52413F01517446d1c
Octal122101770252710461534
Binary10100101000001111111010101101111000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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