Html Css Color HEX #524304 Madras

📋 copy color: '#524304'

red 82 ◦ green 67 ◦ blue 4

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

Shades of Madras #524304

Tints of Madras #524304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

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

R = 53.59%
G = 43.79%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524304 (or 0x524304) is known color: Madras. HEX triplet: 52, 43 and 04. RGB value is (82,67,4). Sum of RGB (Red+Green+Blue) = 82+67+4=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524304 is #ADBCFB. Grayscale: #404040. Windows color (decimal): -11386108 or 279378. OLE color: 279378.

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

Color convert

RGB 82 67 4 -
CMYK 0 0.18 0.95 0.68
HSL 48.46º 0.91% 0.17% -
HSV(B) 48.46º 0.95% 0.32% -
XYZ 5.51 5.82 0.95 -
YUV 64.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 82 67 4 0 0.18 0.95 0.68 48.46 0.91 0.17
Hex 52 43 4 0 12 5F 44 30 5B 11
Octal 122 103 4 0 22 137 104 60 133 21
Binary 1010010 1000011 100 0 10010 1011111 1000100 110000 1011011 10001

Color Harmonies of #524304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524304

Black with #524304

Text Example


Text Example

White with #524304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524304; }

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

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

background-color css

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

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

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

border-color css

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

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

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