Html Css Color HEX #524508 Madras

📋 copy color: '#524508'

red 82 ◦ green 69 ◦ blue 8

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

Shades of Madras #524508

Tints of Madras #524508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 51.57%
G = 43.4%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524508 (or 0x524508) is known color: Madras. HEX triplet: 52, 45 and 08. RGB value is (82,69,8). Sum of RGB (Red+Green+Blue) = 82+69+8=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524508 is #ADBAF7. Grayscale: #424242. Windows color (decimal): -11385592 or 542034. OLE color: 542034.

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

Color convert

RGB 82 69 8 -
CMYK 0 0.16 0.90 0.68
HSL 49.46º 0.82% 0.18% -
HSV(B) 49.46º 0.9% 0.32% -
XYZ 5.65 6.07 1.1 -
YUV 65.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 82 69 8 0 0.16 0.90 0.68 49.46 0.82 0.18
Hex 52 45 8 0 10 5A 44 31 52 12
Octal 122 105 10 0 20 132 104 61 122 22
Binary 1010010 1000101 1000 0 10000 1011010 1000100 110001 1010010 10010

Color Harmonies of #524508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524508

Black with #524508

Text Example


Text Example

White with #524508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524508; }

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

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

background-color css

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

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

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

border-color css

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

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

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