Html Css Color HEX #514409 Madras

📋 copy color: '#514409'

red 81 ◦ green 68 ◦ blue 9

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

Shades of Madras #514409

Tints of Madras #514409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 51.27%
G = 43.04%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#514409 (or 0x514409) is known color: Madras. HEX triplet: 51, 44 and 09. RGB value is (81,68,9). Sum of RGB (Red+Green+Blue) = 81+68+9=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514409 is #AEBBF6. Grayscale: #414141. Windows color (decimal): -11451383 or 607313. OLE color: 607313.

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

Color convert

RGB 81 68 9 -
CMYK 0 0.16 0.89 0.68
HSL 49.17º 0.8% 0.18% -
HSV(B) 49.17º 0.89% 0.32% -
XYZ 5.51 5.9 1.11 -
YUV 65.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 81 68 9 0 0.16 0.89 0.68 49.17 0.8 0.18
Hex 51 44 9 0 10 59 44 31 50 12
Octal 121 104 11 0 20 131 104 61 120 22
Binary 1010001 1000100 1001 0 10000 1011001 1000100 110001 1010000 10010

Color Harmonies of #514409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514409

Black with #514409

Text Example


Text Example

White with #514409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514409; }

 p { color: rgb(81,68,9); }

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

background-color css

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

 a { background-color: rgb(81,68,9); }

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

border-color css

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

 span { border-color: rgb(81,68,9); }

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