Html Css Color HEX #524205 Madras

📋 copy color: '#524205'

red 82 ◦ green 66 ◦ blue 5

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

Shades of Madras #524205

Tints of Madras #524205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 53.59%
G = 43.14%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524205 (or 0x524205) is known color: Madras. HEX triplet: 52, 42 and 05. RGB value is (82,66,5). Sum of RGB (Red+Green+Blue) = 82+66+5=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524205 is #ADBDFA. Grayscale: #404040. Windows color (decimal): -11386363 or 344658. OLE color: 344658.

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

Color convert

RGB 82 66 5 -
CMYK 0 0.20 0.94 0.68
HSL 47.53º 0.89% 0.17% -
HSV(B) 47.53º 0.94% 0.32% -
XYZ 5.46 5.7 0.96 -
YUV 63.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 82 66 5 0 0.20 0.94 0.68 47.53 0.89 0.17
Hex 52 42 5 0 14 5E 44 30 59 11
Octal 122 102 5 0 24 136 104 60 131 21
Binary 1010010 1000010 101 0 10100 1011110 1000100 110000 1011001 10001

Color Harmonies of #524205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524205

Black with #524205

Text Example


Text Example

White with #524205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524205; }

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

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

background-color css

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

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

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

border-color css

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

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

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