Html Css Color HEX #524505 Madras

📋 copy color: '#524505'

red 82 ◦ green 69 ◦ blue 5

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

Shades of Madras #524505

Tints of Madras #524505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 52.56%
G = 44.23%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524505 (or 0x524505) is known color: Madras. HEX triplet: 52, 45 and 05. RGB value is (82,69,5). Sum of RGB (Red+Green+Blue) = 82+69+5=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524505 is #ADBAFA. Grayscale: #414141. Windows color (decimal): -11385595 or 345426. OLE color: 345426.

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

Color convert

RGB 82 69 5 -
CMYK 0 0.16 0.94 0.68
HSL 49.87º 0.89% 0.17% -
HSV(B) 49.87º 0.94% 0.32% -
XYZ 5.64 6.06 1.02 -
YUV 65.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 82 69 5 0 0.16 0.94 0.68 49.87 0.89 0.17
Hex 52 45 5 0 10 5E 44 32 59 11
Octal 122 105 5 0 20 136 104 62 131 21
Binary 1010010 1000101 101 0 10000 1011110 1000100 110010 1011001 10001

Color Harmonies of #524505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524505

Black with #524505

Text Example


Text Example

White with #524505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524505; }

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

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

background-color css

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

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

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

border-color css

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

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

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