Html Css Color HEX #523F3A Crater Brown

📋 copy color: '#523F3A'

red 82 ◦ green 63 ◦ blue 58

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

Shades of Crater Brown #523F3A

Tints of Crater Brown #523F3A

RGB

 RED value IS 82 (32.42% from 255) = 40.39%

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 40.39%
G = 31.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#523F3A (or 0x523F3A) is known color: Crater Brown. HEX triplet: 52, 3F and 3A. RGB value is (82,63,58). Sum of RGB (Red+Green+Blue) = 82+63+58=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F3A is #ADC0C5. Grayscale: #444444. Windows color (decimal): -11387078 or 3817298. OLE color: 3817298.

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

Color convert

RGB 82 63 58 -
CMYK 0 0.23 0.29 0.68
HSL 12.5º 0.17% 0.27% -
HSV(B) 12.5º 0.29% 0.32% -
XYZ 6.02 5.65 4.78 -
YUV 68.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 82 63 58 0 0.23 0.29 0.68 12.5 0.17 0.27
Hex 52 3F 3A 0 17 1D 44 C 11 1B
Octal 122 77 72 0 27 35 104 14 21 33
Binary 1010010 111111 111010 0 10111 11101 1000100 1100 10001 11011

Color Harmonies of #523F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F3A

Black with #523F3A

Text Example


Text Example

White with #523F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #523F3A;
 }
 .AnyTagClassName
 {
   color: #523F3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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