Html Css Color HEX #524213 Madras

📋 copy color: '#524213'

red 82 ◦ green 66 ◦ blue 19

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

Shades of Madras #524213

Tints of Madras #524213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 49.1%
G = 39.52%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#524213 (or 0x524213) is known color: Madras. HEX triplet: 52, 42 and 13. RGB value is (82,66,19). Sum of RGB (Red+Green+Blue) = 82+66+19=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524213 is #ADBDEC. Grayscale: #414141. Windows color (decimal): -11386349 or 1262162. OLE color: 1262162.

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

Color convert

RGB 82 66 19 -
CMYK 0 0.20 0.77 0.68
HSL 44.76º 0.62% 0.2% -
HSV(B) 44.76º 0.77% 0.32% -
XYZ 5.55 5.74 1.43 -
YUV 65.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 82 66 19 0 0.20 0.77 0.68 44.76 0.62 0.2
Hex 52 42 13 0 14 4D 44 2D 3E 14
Octal 122 102 23 0 24 115 104 55 76 24
Binary 1010010 1000010 10011 0 10100 1001101 1000100 101101 111110 10100

Color Harmonies of #524213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524213

Black with #524213

Text Example


Text Example

White with #524213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524213; }

 p { color: rgb(82,66,19); }

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

background-color css

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

 a { background-color: rgb(82,66,19); }

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

border-color css

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

 span { border-color: rgb(82,66,19); }

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