Html Css Color HEX #524115 Madras

📋 copy color: '#524115'

red 82 ◦ green 65 ◦ blue 21

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

Shades of Madras #524115

Tints of Madras #524115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 48.81%
G = 38.69%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#524115 (or 0x524115) is known color: Madras. HEX triplet: 52, 41 and 15. RGB value is (82,65,21). Sum of RGB (Red+Green+Blue) = 82+65+21=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524115 is #ADBEEA. Grayscale: #414141. Windows color (decimal): -11386603 or 1392978. OLE color: 1392978.

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

Color convert

RGB 82 65 21 -
CMYK 0 0.21 0.74 0.68
HSL 43.28º 0.59% 0.2% -
HSV(B) 43.28º 0.74% 0.32% -
XYZ 5.51 5.63 1.51 -
YUV 65.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 82 65 21 0 0.21 0.74 0.68 43.28 0.59 0.2
Hex 52 41 15 0 15 4A 44 2B 3B 14
Octal 122 101 25 0 25 112 104 53 73 24
Binary 1010010 1000001 10101 0 10101 1001010 1000100 101011 111011 10100

Color Harmonies of #524115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524115

Black with #524115

Text Example


Text Example

White with #524115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524115; }

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

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

background-color css

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

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

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

border-color css

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

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

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