Html Css Color HEX #523C0D Madras

📋 copy color: '#523C0D'

red 82 ◦ green 60 ◦ blue 13

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

Shades of Madras #523C0D

Tints of Madras #523C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 52.9%
G = 38.71%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#523C0D (or 0x523C0D) is known color: Madras. HEX triplet: 52, 3C and 0D. RGB value is (82,60,13). Sum of RGB (Red+Green+Blue) = 82+60+13=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0D is #ADC3F2. Grayscale: #3D3D3D. Windows color (decimal): -11387891 or 867410. OLE color: 867410.

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

Color convert

RGB 82 60 13 -
CMYK 0 0.27 0.84 0.68
HSL 40.87º 0.73% 0.19% -
HSV(B) 40.87º 0.84% 0.32% -
XYZ 5.17 5.05 1.08 -
YUV 61.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 82 60 13 0 0.27 0.84 0.68 40.87 0.73 0.19
Hex 52 3C D 0 1B 54 44 29 49 13
Octal 122 74 15 0 33 124 104 51 111 23
Binary 1010010 111100 1101 0 11011 1010100 1000100 101001 1001001 10011

Color Harmonies of #523C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C0D

Black with #523C0D

Text Example


Text Example

White with #523C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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