Html Css Color HEX #524408 Madras

📋 copy color: '#524408'

red 82 ◦ green 68 ◦ blue 8

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

Shades of Madras #524408

Tints of Madras #524408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 51.9%
G = 43.04%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524408 (or 0x524408) is known color: Madras. HEX triplet: 52, 44 and 08. RGB value is (82,68,8). Sum of RGB (Red+Green+Blue) = 82+68+8=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524408 is #ADBBF7. Grayscale: #414141. Windows color (decimal): -11385848 or 541778. OLE color: 541778.

HSL color Cylindrical-coordinate representation of color #524408: hue angle of 48.65º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524408 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 8 -
CMYK 0 0.17 0.90 0.68
HSL 48.65º 0.82% 0.18% -
HSV(B) 48.65º 0.9% 0.32% -
XYZ 5.59 5.95 1.08 -
YUV 65.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 82 68 8 0 0.17 0.90 0.68 48.65 0.82 0.18
Hex 52 44 8 0 11 5A 44 31 52 12
Octal 122 104 10 0 21 132 104 61 122 22
Binary 1010010 1000100 1000 0 10001 1011010 1000100 110001 1010010 10010

Color Harmonies of #524408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524408

Black with #524408

Text Example


Text Example

White with #524408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524408; }

 p { color: rgb(82,68,8); }

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

background-color css

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

 a { background-color: rgb(82,68,8); }

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

border-color css

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

 span { border-color: rgb(82,68,8); }

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