Html Css Color HEX #524201 Madras

📋 copy color: '#524201'

red 82 ◦ green 66 ◦ blue 1

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

Shades of Madras #524201

Tints of Madras #524201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 55.03%
G = 44.3%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#524201 (or 0x524201) is known color: Madras. HEX triplet: 52, 42 and 01. RGB value is (82,66,1). Sum of RGB (Red+Green+Blue) = 82+66+1=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #524201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524201 is #ADBDFE. Grayscale: #3F3F3F. Windows color (decimal): -11386367 or 82514. OLE color: 82514.

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

Color convert

RGB 82 66 1 -
CMYK 0 0.20 0.99 0.68
HSL 48.15º 0.98% 0.16% -
HSV(B) 48.15º 0.99% 0.32% -
XYZ 5.43 5.69 0.84 -
YUV 63.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 82 66 1 0 0.20 0.99 0.68 48.15 0.98 0.16
Hex 52 42 1 0 14 63 44 30 62 10
Octal 122 102 1 0 24 143 104 60 142 20
Binary 1010010 1000010 1 0 10100 1100011 1000100 110000 1100010 10000

Color Harmonies of #524201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524201

Black with #524201

Text Example


Text Example

White with #524201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524201; }

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

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

background-color css

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

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

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

border-color css

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

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

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