Html Css Color HEX #524018 Madras

📋 copy color: '#524018'

red 82 ◦ green 64 ◦ blue 24

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

Shades of Madras #524018

Tints of Madras #524018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 48.24%
G = 37.65%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524018 (or 0x524018) is known color: Madras. HEX triplet: 52, 40 and 18. RGB value is (82,64,24). Sum of RGB (Red+Green+Blue) = 82+64+24=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #524018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524018 is #ADBFE7. Grayscale: #414141. Windows color (decimal): -11386856 or 1589330. OLE color: 1589330.

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

Color convert

RGB 82 64 24 -
CMYK 0 0.22 0.71 0.68
HSL 41.38º 0.55% 0.21% -
HSV(B) 41.38º 0.71% 0.32% -
XYZ 5.48 5.53 1.64 -
YUV 64.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 82 64 24 0 0.22 0.71 0.68 41.38 0.55 0.21
Hex 52 40 18 0 16 47 44 29 37 15
Octal 122 100 30 0 26 107 104 51 67 25
Binary 1010010 1000000 11000 0 10110 1000111 1000100 101001 110111 10101

Color Harmonies of #524018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524018

Black with #524018

Text Example


Text Example

White with #524018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524018; }

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

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

background-color css

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

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

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

border-color css

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

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

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