Html Css Color HEX #523D17 Madras

📋 copy color: '#523D17'

red 82 ◦ green 61 ◦ blue 23

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

Shades of Madras #523D17

Tints of Madras #523D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 49.4%
G = 36.75%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#523D17 (or 0x523D17) is known color: Madras. HEX triplet: 52, 3D and 17. RGB value is (82,61,23). Sum of RGB (Red+Green+Blue) = 82+61+23=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D17 is #ADC2E8. Grayscale: #3F3F3F. Windows color (decimal): -11387625 or 1523026. OLE color: 1523026.

HSL color Cylindrical-coordinate representation of color #523D17: hue angle of 38.64º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523D17 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 61 23 -
CMYK 0 0.26 0.72 0.68
HSL 38.64º 0.56% 0.21% -
HSV(B) 38.64º 0.72% 0.32% -
XYZ 5.3 5.19 1.53 -
YUV 62.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 82 61 23 0 0.26 0.72 0.68 38.64 0.56 0.21
Hex 52 3D 17 0 1A 48 44 27 38 15
Octal 122 75 27 0 32 110 104 47 70 25
Binary 1010010 111101 10111 0 11010 1001000 1000100 100111 111000 10101

Color Harmonies of #523D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D17

Black with #523D17

Text Example


Text Example

White with #523D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,23); }

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

background-color css

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

 a { background-color: rgb(82,61,23); }

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

border-color css

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

 span { border-color: rgb(82,61,23); }

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