Html Css Color HEX #524105 Madras

📋 copy color: '#524105'

red 82 ◦ green 65 ◦ blue 5

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

Shades of Madras #524105

Tints of Madras #524105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 53.95%
G = 42.76%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524105 (or 0x524105) is known color: Madras. HEX triplet: 52, 41 and 05. RGB value is (82,65,5). Sum of RGB (Red+Green+Blue) = 82+65+5=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #524105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524105 is #ADBEFA. Grayscale: #3F3F3F. Windows color (decimal): -11386619 or 344402. OLE color: 344402.

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

Color convert

RGB 82 65 5 -
CMYK 0 0.21 0.94 0.68
HSL 46.75º 0.89% 0.17% -
HSV(B) 46.75º 0.94% 0.32% -
XYZ 5.4 5.59 0.94 -
YUV 63.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 82 65 5 0 0.21 0.94 0.68 46.75 0.89 0.17
Hex 52 41 5 0 15 5E 44 2F 59 11
Octal 122 101 5 0 25 136 104 57 131 21
Binary 1010010 1000001 101 0 10101 1011110 1000100 101111 1011001 10001

Color Harmonies of #524105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524105

Black with #524105

Text Example


Text Example

White with #524105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524105; }

 p { color: rgb(82,65,5); }

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

background-color css

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

 a { background-color: rgb(82,65,5); }

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

border-color css

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

 span { border-color: rgb(82,65,5); }

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