Html Css Color HEX #514210 Madras

📋 copy color: '#514210'

red 81 ◦ green 66 ◦ blue 16

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

Shades of Madras #514210

Tints of Madras #514210

RGB

 RED value IS 81 (32.03% from 255) = 49.69%

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 49.69%
G = 40.49%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514210 (or 0x514210) is known color: Madras. HEX triplet: 51, 42 and 10. RGB value is (81,66,16). Sum of RGB (Red+Green+Blue) = 81+66+16=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514210 is #AEBDEF. Grayscale: #414141. Windows color (decimal): -11451888 or 1065553. OLE color: 1065553.

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

Color convert

RGB 81 66 16 -
CMYK 0 0.19 0.80 0.68
HSL 46.15º 0.67% 0.19% -
HSV(B) 46.15º 0.8% 0.32% -
XYZ 5.44 5.68 1.3 -
YUV 64.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 81 66 16 0 0.19 0.80 0.68 46.15 0.67 0.19
Hex 51 42 10 0 13 50 44 2E 43 13
Octal 121 102 20 0 23 120 104 56 103 23
Binary 1010001 1000010 10000 0 10011 1010000 1000100 101110 1000011 10011

Color Harmonies of #514210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514210

Black with #514210

Text Example


Text Example

White with #514210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514210; }

 p { color: rgb(81,66,16); }

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

background-color css

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

 a { background-color: rgb(81,66,16); }

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

border-color css

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

 span { border-color: rgb(81,66,16); }

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