Html Css Color HEX #524405 Madras

📋 copy color: '#524405'

red 82 ◦ green 68 ◦ blue 5

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

Shades of Madras #524405

Tints of Madras #524405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

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

R = 52.9%
G = 43.87%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524405 (or 0x524405) is known color: Madras. HEX triplet: 52, 44 and 05. RGB value is (82,68,5). Sum of RGB (Red+Green+Blue) = 82+68+5=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #524405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524405 is #ADBBFA. Grayscale: #414141. Windows color (decimal): -11385851 or 345170. OLE color: 345170.

HSL color Cylindrical-coordinate representation of color #524405: hue angle of 49.09º 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 #524405 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 5 -
CMYK 0 0.17 0.94 0.68
HSL 49.09º 0.89% 0.17% -
HSV(B) 49.09º 0.94% 0.32% -
XYZ 5.57 5.94 1 -
YUV 65 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 82 68 5 0 0.17 0.94 0.68 49.09 0.89 0.17
Hex 52 44 5 0 11 5E 44 31 59 11
Octal 122 104 5 0 21 136 104 61 131 21
Binary 1010010 1000100 101 0 10001 1011110 1000100 110001 1011001 10001

Color Harmonies of #524405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524405

Black with #524405

Text Example


Text Example

White with #524405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524405; }

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

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

background-color css

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

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

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

border-color css

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

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

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