Html Css Color HEX #524204 Madras

📋 copy color: '#524204'

red 82 ◦ green 66 ◦ blue 4

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

Shades of Madras #524204

Tints of Madras #524204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 53.95%
G = 43.42%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524204 (or 0x524204) is known color: Madras. HEX triplet: 52, 42 and 04. RGB value is (82,66,4). Sum of RGB (Red+Green+Blue) = 82+66+4=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524204 is #ADBDFB. Grayscale: #3F3F3F. Windows color (decimal): -11386364 or 279122. OLE color: 279122.

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

Color convert

RGB 82 66 4 -
CMYK 0 0.20 0.95 0.68
HSL 47.69º 0.91% 0.17% -
HSV(B) 47.69º 0.95% 0.32% -
XYZ 5.45 5.7 0.93 -
YUV 63.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 82 66 4 0 0.20 0.95 0.68 47.69 0.91 0.17
Hex 52 42 4 0 14 5F 44 30 5B 11
Octal 122 102 4 0 24 137 104 60 133 21
Binary 1010010 1000010 100 0 10100 1011111 1000100 110000 1011011 10001

Color Harmonies of #524204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524204

Black with #524204

Text Example


Text Example

White with #524204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524204; }

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

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

background-color css

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

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

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

border-color css

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

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

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