Html Css Color HEX #524016 Madras

📋 copy color: '#524016'

red 82 ◦ green 64 ◦ blue 22

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

Shades of Madras #524016

Tints of Madras #524016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 48.81%
G = 38.1%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#524016 (or 0x524016) is known color: Madras. HEX triplet: 52, 40 and 16. RGB value is (82,64,22). Sum of RGB (Red+Green+Blue) = 82+64+22=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524016 is #ADBFE9. Grayscale: #404040. Windows color (decimal): -11386858 or 1458258. OLE color: 1458258.

HSL color Cylindrical-coordinate representation of color #524016: hue angle of 42º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524016 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 64 22 -
CMYK 0 0.22 0.73 0.68
HSL 42º 0.58% 0.2% -
HSV(B) 42º 0.73% 0.32% -
XYZ 5.46 5.52 1.54 -
YUV 64.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 82 64 22 0 0.22 0.73 0.68 42 0.58 0.2
Hex 52 40 16 0 16 49 44 2A 3A 14
Octal 122 100 26 0 26 111 104 52 72 24
Binary 1010010 1000000 10110 0 10110 1001001 1000100 101010 111010 10100

Color Harmonies of #524016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524016

Black with #524016

Text Example


Text Example

White with #524016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524016; }

 p { color: rgb(82,64,22); }

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

background-color css

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

 a { background-color: rgb(82,64,22); }

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

border-color css

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

 span { border-color: rgb(82,64,22); }

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