#52423D

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

Shades of Crater Brown #52423D

Tints of Crater Brown #52423D

Color information

#52423D (or 0x52423D) is unknown color: approx Crater Brown. HEX triplet: 52, 42 and 3D. RGB value is (82,66,61). Sum of RGB (Red+Green+Blue) = 82+66+61=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52423D is #ADBDC2. Grayscale: #464646. Windows color (decimal): -11386307 or 4014674. OLE color: 4014674.

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

Color convert

RGB826661-
CMYK00.200.260.68
HSL14.29º14.69%28.04%-
HSV(B)14.29º25.61%32.16%-
XYZ6.276.035.25-
YUV70.21122.8136.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=39.23%
G=31.58%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82666100.200.260.6814.2914.6928.04
Hex52423D0141A44ef1c
Octal1221027502432104161734
Binary101001010000101111010101001101010001001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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