#52403D

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

Shades of Crater Brown #52403D

Tints of Crater Brown #52403D

Color information

#52403D (or 0x52403D) is unknown color: approx Crater Brown. HEX triplet: 52, 40 and 3D. RGB value is (82,64,61). Sum of RGB (Red+Green+Blue) = 82+64+61=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52403D is #ADBFC2. Grayscale: #454545. Windows color (decimal): -11386819 or 4014162. OLE color: 4014162.

HSL color Cylindrical-coordinate representation of color #52403D: hue angle of 8.57º 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 #52403D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB826461-
CMYK00.220.260.68
HSL8.57º14.69%28.04%-
HSV(B)8.57º25.61%32.16%-
XYZ6.165.85.21-
YUV69.04123.46137.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=39.61%
G=30.92%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82646100.220.260.688.5714.6928.04
Hex52403D0161A449f1c
Octal1221007502632104111734
Binary101001010000001111010101101101010001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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