Html Css Color HEX #523E3A Crater Brown

📋 copy color: '#523E3A'

red 82 ◦ green 62 ◦ blue 58

#523E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #523E3A

Tints of Crater Brown #523E3A

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 value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#523E3A (or 0x523E3A) is known color: 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

RGB 82 62 58 -
CMYK 0 0.24 0.29 0.68
HSL 10º 0.17% 0.27% -
HSV(B) 10º 0.29% 0.32% -
XYZ 5.97 5.54 4.76 -
YUV 67.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 82 62 58 0 0.24 0.29 0.68 10 0.17 0.27
Hex 52 3E 3A 0 18 1D 44 A 11 1B
Octal 122 76 72 0 30 35 104 12 21 33
Binary 1010010 111110 111010 0 11000 11101 1000100 1010 10001 11011

Color Harmonies of #523E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E3A

Black with #523E3A

Text Example


Text Example

White with #523E3A

Text Example


Text Example

HTML Codes & Css Web 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>