Html Css Color HEX #524211 Madras

📋 copy color: '#524211'

red 82 ◦ green 66 ◦ blue 17

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

Shades of Madras #524211

Tints of Madras #524211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 49.7%
G = 40%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#524211 (or 0x524211) is known color: Madras. HEX triplet: 52, 42 and 11. RGB value is (82,66,17). Sum of RGB (Red+Green+Blue) = 82+66+17=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524211 is #ADBDEE. Grayscale: #414141. Windows color (decimal): -11386351 or 1131090. OLE color: 1131090.

HSL color Cylindrical-coordinate representation of color #524211: hue angle of 45.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #524211 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 17 -
CMYK 0 0.20 0.79 0.68
HSL 45.23º 0.66% 0.19% -
HSV(B) 45.23º 0.79% 0.32% -
XYZ 5.53 5.73 1.35 -
YUV 65.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 82 66 17 0 0.20 0.79 0.68 45.23 0.66 0.19
Hex 52 42 11 0 14 4F 44 2D 42 13
Octal 122 102 21 0 24 117 104 55 102 23
Binary 1010010 1000010 10001 0 10100 1001111 1000100 101101 1000010 10011

Color Harmonies of #524211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524211

Black with #524211

Text Example


Text Example

White with #524211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524211; }

 p { color: rgb(82,66,17); }

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

background-color css

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

 a { background-color: rgb(82,66,17); }

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

border-color css

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

 span { border-color: rgb(82,66,17); }

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