Html Css Color HEX #524310 Madras

📋 copy color: '#524310'

red 82 ◦ green 67 ◦ blue 16

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

Shades of Madras #524310

Tints of Madras #524310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.61%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 49.7%
G = 40.61%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#524310 (or 0x524310) is known color: Madras. HEX triplet: 52, 43 and 10. RGB value is (82,67,16). Sum of RGB (Red+Green+Blue) = 82+67+16=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524310 is #ADBCEF. Grayscale: #414141. Windows color (decimal): -11386096 or 1065810. OLE color: 1065810.

HSL color Cylindrical-coordinate representation of color #524310: hue angle of 46.36º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524310 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 16 -
CMYK 0 0.18 0.80 0.68
HSL 46.36º 0.67% 0.19% -
HSV(B) 46.36º 0.8% 0.32% -
XYZ 5.58 5.85 1.32 -
YUV 65.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 82 67 16 0 0.18 0.80 0.68 46.36 0.67 0.19
Hex 52 43 10 0 12 50 44 2E 43 13
Octal 122 103 20 0 22 120 104 56 103 23
Binary 1010010 1000011 10000 0 10010 1010000 1000100 101110 1000011 10011

Color Harmonies of #524310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524310

Black with #524310

Text Example


Text Example

White with #524310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524310; }

 p { color: rgb(82,67,16); }

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

background-color css

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

 a { background-color: rgb(82,67,16); }

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

border-color css

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

 span { border-color: rgb(82,67,16); }

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