#523E3A

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

Shades of Crater Brown #523E3A

Tints of Crater Brown #523E3A

Color information

#523E3A (or 0x523E3A) is unknown color: approx Crater Brown. HEX triplet: 52, 3E and 3A. RGB value is (82,62,58). Sum of RGB (Red+Green+Blue) = 82+62+58=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E3A is #ADC1C5. Grayscale: #434343. Windows color (decimal): -11387334 or 3817042. OLE color: 3817042.

HSL color Cylindrical-coordinate representation of color #523E3A: hue angle of 10º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523E3A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB826258-
CMYK00.240.290.68
HSL10º17.14%27.45%-
HSV(B)10º29.27%32.16%-
XYZ5.975.544.76-
YUV67.52122.63138.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=40.59%
G=30.69%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82625800.240.290.681017.1427.45
Hex523E3A0181D44a111b
Octal122767203035104122133
Binary101001011111011101001100011101100010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E3A; }

 p { color: rgb(82,62,58); }

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

<style>
 a { background-color: #523E3A; }

 a { background-color: rgb(82,62,58); }

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

<style>
 span { border-color: #523E3A; }

 span { border-color: rgb(82,62,58); }

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