Html Css Color HEX #523F0D Madras

📋 copy color: '#523F0D'

red 82 ◦ green 63 ◦ blue 13

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

Shades of Madras #523F0D

Tints of Madras #523F0D

RGB

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

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

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

R = 51.9%
G = 39.87%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#523F0D (or 0x523F0D) is known color: Madras. HEX triplet: 52, 3F and 0D. RGB value is (82,63,13). Sum of RGB (Red+Green+Blue) = 82+63+13=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #523F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F0D is #ADC0F2. Grayscale: #3F3F3F. Windows color (decimal): -11387123 or 868178. OLE color: 868178.

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

Color convert

RGB 82 63 13 -
CMYK 0 0.23 0.84 0.68
HSL 43.48º 0.73% 0.19% -
HSV(B) 43.48º 0.84% 0.32% -
XYZ 5.33 5.38 1.14 -
YUV 62.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 82 63 13 0 0.23 0.84 0.68 43.48 0.73 0.19
Hex 52 3F D 0 17 54 44 2B 49 13
Octal 122 77 15 0 27 124 104 53 111 23
Binary 1010010 111111 1101 0 10111 1010100 1000100 101011 1001001 10011

Color Harmonies of #523F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F0D

Black with #523F0D

Text Example


Text Example

White with #523F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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