Html Css Color HEX #524104 Madras

📋 copy color: '#524104'

red 82 ◦ green 65 ◦ blue 4

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

Shades of Madras #524104

Tints of Madras #524104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 54.3%
G = 43.05%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524104 (or 0x524104) is known color: Madras. HEX triplet: 52, 41 and 04. RGB value is (82,65,4). Sum of RGB (Red+Green+Blue) = 82+65+4=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #524104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524104 is #ADBEFB. Grayscale: #3F3F3F. Windows color (decimal): -11386620 or 278866. OLE color: 278866.

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

Color convert

RGB 82 65 4 -
CMYK 0 0.21 0.95 0.68
HSL 46.92º 0.91% 0.17% -
HSV(B) 46.92º 0.95% 0.32% -
XYZ 5.39 5.58 0.91 -
YUV 63.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 82 65 4 0 0.21 0.95 0.68 46.92 0.91 0.17
Hex 52 41 4 0 15 5F 44 2F 5B 11
Octal 122 101 4 0 25 137 104 57 133 21
Binary 1010010 1000001 100 0 10101 1011111 1000100 101111 1011011 10001

Color Harmonies of #524104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524104

Black with #524104

Text Example


Text Example

White with #524104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524104; }

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

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

background-color css

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

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

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

border-color css

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

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

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