Html Css Color HEX #514016 Madras

📋 copy color: '#514016'

red 81 ◦ green 64 ◦ blue 22

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

Shades of Madras #514016

Tints of Madras #514016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 48.5%
G = 38.32%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514016 (or 0x514016) is known color: Madras. HEX triplet: 51, 40 and 16. RGB value is (81,64,22). Sum of RGB (Red+Green+Blue) = 81+64+22=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514016 is #AEBFE9. Grayscale: #404040. Windows color (decimal): -11452394 or 1458257. OLE color: 1458257.

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

Color convert

RGB 81 64 22 -
CMYK 0 0.21 0.73 0.68
HSL 42.71º 0.57% 0.2% -
HSV(B) 42.71º 0.73% 0.32% -
XYZ 5.37 5.47 1.53 -
YUV 64.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 81 64 22 0 0.21 0.73 0.68 42.71 0.57 0.2
Hex 51 40 16 0 15 49 44 2B 39 14
Octal 121 100 26 0 25 111 104 53 71 24
Binary 1010001 1000000 10110 0 10101 1001001 1000100 101011 111001 10100

Color Harmonies of #514016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514016

Black with #514016

Text Example


Text Example

White with #514016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514016; }

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

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

background-color css

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

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

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

border-color css

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

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

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