Html Css Color HEX #524008 Madras

📋 copy color: '#524008'

red 82 ◦ green 64 ◦ blue 8

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

Shades of Madras #524008

Tints of Madras #524008

RGB

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

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

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

R = 53.25%
G = 41.56%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524008 (or 0x524008) is known color: Madras. HEX triplet: 52, 40 and 08. RGB value is (82,64,8). Sum of RGB (Red+Green+Blue) = 82+64+8=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524008 is #ADBFF7. Grayscale: #3F3F3F. Windows color (decimal): -11386872 or 540754. OLE color: 540754.

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

Color convert

RGB 82 64 8 -
CMYK 0 0.22 0.90 0.68
HSL 45.41º 0.82% 0.18% -
HSV(B) 45.41º 0.9% 0.32% -
XYZ 5.36 5.48 1 -
YUV 63 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 82 64 8 0 0.22 0.90 0.68 45.41 0.82 0.18
Hex 52 40 8 0 16 5A 44 2D 52 12
Octal 122 100 10 0 26 132 104 55 122 22
Binary 1010010 1000000 1000 0 10110 1011010 1000100 101101 1010010 10010

Color Harmonies of #524008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524008

Black with #524008

Text Example


Text Example

White with #524008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524008; }

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

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

background-color css

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

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

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

border-color css

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

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

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