Html Css Color HEX #523F3C Crater Brown

📋 copy color: '#523F3C'

red 82 ◦ green 63 ◦ blue 60

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

Shades of Crater Brown #523F3C

Tints of Crater Brown #523F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 40%
G = 30.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#523F3C (or 0x523F3C) is known color: Crater Brown. HEX triplet: 52, 3F and 3C. RGB value is (82,63,60). Sum of RGB (Red+Green+Blue) = 82+63+60=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F3C is #ADC0C3. Grayscale: #444444. Windows color (decimal): -11387076 or 3948370. OLE color: 3948370.

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

Color convert

RGB 82 63 60 -
CMYK 0 0.23 0.27 0.68
HSL 8.18º 0.15% 0.28% -
HSV(B) 8.18º 0.27% 0.32% -
XYZ 6.07 5.68 5.05 -
YUV 68.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 82 63 60 0 0.23 0.27 0.68 8.18 0.15 0.28
Hex 52 3F 3C 0 17 1B 44 8 F 1C
Octal 122 77 74 0 27 33 104 10 17 34
Binary 1010010 111111 111100 0 10111 11011 1000100 1000 1111 11100

Color Harmonies of #523F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F3C

Black with #523F3C

Text Example


Text Example

White with #523F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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