Html Css Color HEX #524007 Madras

📋 copy color: '#524007'

red 82 ◦ green 64 ◦ blue 7

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

Shades of Madras #524007

Tints of Madras #524007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 53.59%
G = 41.83%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#524007 (or 0x524007) is known color: Madras. HEX triplet: 52, 40 and 07. RGB value is (82,64,7). Sum of RGB (Red+Green+Blue) = 82+64+7=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524007 is #ADBFF8. Grayscale: #3F3F3F. Windows color (decimal): -11386873 or 475218. OLE color: 475218.

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

Color convert

RGB 82 64 7 -
CMYK 0 0.22 0.91 0.68
HSL 45.6º 0.84% 0.17% -
HSV(B) 45.6º 0.91% 0.32% -
XYZ 5.35 5.48 0.98 -
YUV 62.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 82 64 7 0 0.22 0.91 0.68 45.6 0.84 0.17
Hex 52 40 7 0 16 5B 44 2E 54 11
Octal 122 100 7 0 26 133 104 56 124 21
Binary 1010010 1000000 111 0 10110 1011011 1000100 101110 1010100 10001

Color Harmonies of #524007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524007

Black with #524007

Text Example


Text Example

White with #524007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524007; }

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

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

background-color css

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

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

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

border-color css

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

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

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