Html Css Color HEX #514010 Madras

📋 copy color: '#514010'

red 81 ◦ green 64 ◦ blue 16

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

Shades of Madras #514010

Tints of Madras #514010

RGB

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

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

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

R = 50.31%
G = 39.75%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514010 (or 0x514010) is known color: Madras. HEX triplet: 51, 40 and 10. RGB value is (81,64,16). Sum of RGB (Red+Green+Blue) = 81+64+16=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514010 is #AEBFEF. Grayscale: #3F3F3F. Windows color (decimal): -11452400 or 1065041. OLE color: 1065041.

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

Color convert

RGB 81 64 16 -
CMYK 0 0.21 0.80 0.68
HSL 44.31º 0.67% 0.19% -
HSV(B) 44.31º 0.8% 0.32% -
XYZ 5.32 5.45 1.26 -
YUV 63.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 81 64 16 0 0.21 0.80 0.68 44.31 0.67 0.19
Hex 51 40 10 0 15 50 44 2C 43 13
Octal 121 100 20 0 25 120 104 54 103 23
Binary 1010001 1000000 10000 0 10101 1010000 1000100 101100 1000011 10011

Color Harmonies of #514010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514010

Black with #514010

Text Example


Text Example

White with #514010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514010; }

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

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

background-color css

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

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

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

border-color css

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

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

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