#52433F

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

Shades of Crater Brown #52433F

Tints of Crater Brown #52433F

Color information

#52433F (or 0x52433F) is unknown color: approx Crater Brown. HEX triplet: 52, 43 and 3F. RGB value is (82,67,63). Sum of RGB (Red+Green+Blue) = 82+67+63=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52433F is #ADBCC0. Grayscale: #474747. Windows color (decimal): -11386049 or 4146002. OLE color: 4146002.

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

Color convert

RGB826763-
CMYK00.180.230.68
HSL12.63º13.1%28.43%-
HSV(B)12.63º23.17%32.16%-
XYZ6.386.175.56-
YUV71.03123.47135.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 63 (25% from 255) = 29.72%
R=38.68%
G=31.60%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82676300.180.230.6812.6313.128.43
Hex52433F0121744dd1c
Octal1221037702227104151534
Binary101001010000111111110100101011110001001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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