Html Css Color HEX #524503 Madras

📋 copy color: '#524503'

red 82 ◦ green 69 ◦ blue 3

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

Shades of Madras #524503

Tints of Madras #524503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.81%

 BLUE value IS 3 (1.56% from 255) = 1.95%

R = 53.25%
G = 44.81%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#524503 (or 0x524503) is known color: Madras. HEX triplet: 52, 45 and 03. RGB value is (82,69,3). Sum of RGB (Red+Green+Blue) = 82+69+3=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524503 is #ADBAFC. Grayscale: #414141. Windows color (decimal): -11385597 or 214354. OLE color: 214354.

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

Color convert

RGB 82 69 3 -
CMYK 0 0.16 0.96 0.68
HSL 50.13º 0.93% 0.17% -
HSV(B) 50.13º 0.96% 0.32% -
XYZ 5.62 6.06 0.96 -
YUV 65.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 82 69 3 0 0.16 0.96 0.68 50.13 0.93 0.17
Hex 52 45 3 0 10 60 44 32 5D 11
Octal 122 105 3 0 20 140 104 62 135 21
Binary 1010010 1000101 11 0 10000 1100000 1000100 110010 1011101 10001

Color Harmonies of #524503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524503

Black with #524503

Text Example


Text Example

White with #524503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524503; }

 p { color: rgb(82,69,3); }

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

background-color css

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

 a { background-color: rgb(82,69,3); }

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

border-color css

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

 span { border-color: rgb(82,69,3); }

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