Html Css Color HEX #524301 Madras

📋 copy color: '#524301'

red 82 ◦ green 67 ◦ blue 1

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

Shades of Madras #524301

Tints of Madras #524301

RGB

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

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

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

R = 54.67%
G = 44.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#524301 (or 0x524301) is known color: Madras. HEX triplet: 52, 43 and 01. RGB value is (82,67,1). Sum of RGB (Red+Green+Blue) = 82+67+1=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524301 is #ADBCFE. Grayscale: #404040. Windows color (decimal): -11386111 or 82770. OLE color: 82770.

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

Color convert

RGB 82 67 1 -
CMYK 0 0.18 0.99 0.68
HSL 48.89º 0.98% 0.16% -
HSV(B) 48.89º 0.99% 0.32% -
XYZ 5.49 5.81 0.86 -
YUV 63.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 82 67 1 0 0.18 0.99 0.68 48.89 0.98 0.16
Hex 52 43 1 0 12 63 44 31 62 10
Octal 122 103 1 0 22 143 104 61 142 20
Binary 1010010 1000011 1 0 10010 1100011 1000100 110001 1100010 10000

Color Harmonies of #524301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524301

Black with #524301

Text Example


Text Example

White with #524301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524301; }

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

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

background-color css

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

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

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

border-color css

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

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

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