Html Css Color HEX #524116 Madras

📋 copy color: '#524116'

red 82 ◦ green 65 ◦ blue 22

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

Shades of Madras #524116

Tints of Madras #524116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 48.52%
G = 38.46%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#524116 (or 0x524116) is known color: Madras. HEX triplet: 52, 41 and 16. RGB value is (82,65,22). Sum of RGB (Red+Green+Blue) = 82+65+22=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524116 is #ADBEE9. Grayscale: #414141. Windows color (decimal): -11386602 or 1458514. OLE color: 1458514.

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

Color convert

RGB 82 65 22 -
CMYK 0 0.21 0.73 0.68
HSL 43º 0.58% 0.2% -
HSV(B) 43º 0.73% 0.32% -
XYZ 5.51 5.63 1.56 -
YUV 65.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 82 65 22 0 0.21 0.73 0.68 43 0.58 0.2
Hex 52 41 16 0 15 49 44 2B 3A 14
Octal 122 101 26 0 25 111 104 53 72 24
Binary 1010010 1000001 10110 0 10101 1001001 1000100 101011 111010 10100

Color Harmonies of #524116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524116

Black with #524116

Text Example


Text Example

White with #524116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524116; }

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

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

background-color css

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

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

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

border-color css

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

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

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