Html Css Color HEX #514310 Madras

📋 copy color: '#514310'

red 81 ◦ green 67 ◦ blue 16

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

Shades of Madras #514310

Tints of Madras #514310

RGB

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

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

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

R = 49.39%
G = 40.85%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514310 (or 0x514310) is known color: Madras. HEX triplet: 51, 43 and 10. RGB value is (81,67,16). Sum of RGB (Red+Green+Blue) = 81+67+16=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514310 is #AEBCEF. Grayscale: #414141. Windows color (decimal): -11451632 or 1065809. OLE color: 1065809.

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

Color convert

RGB 81 67 16 -
CMYK 0 0.17 0.80 0.68
HSL 47.08º 0.67% 0.19% -
HSV(B) 47.08º 0.8% 0.32% -
XYZ 5.49 5.8 1.32 -
YUV 65.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 81 67 16 0 0.17 0.80 0.68 47.08 0.67 0.19
Hex 51 43 10 0 11 50 44 2F 43 13
Octal 121 103 20 0 21 120 104 57 103 23
Binary 1010001 1000011 10000 0 10001 1010000 1000100 101111 1000011 10011

Color Harmonies of #514310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514310

Black with #514310

Text Example


Text Example

White with #514310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514310; }

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

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

background-color css

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

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

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

border-color css

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

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

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