Html Css Color HEX #514209 Madras

📋 copy color: '#514209'

red 81 ◦ green 66 ◦ blue 9

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

Shades of Madras #514209

Tints of Madras #514209

RGB

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

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

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

R = 51.92%
G = 42.31%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#514209 (or 0x514209) is known color: Madras. HEX triplet: 51, 42 and 09. RGB value is (81,66,9). Sum of RGB (Red+Green+Blue) = 81+66+9=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514209 is #AEBDF6. Grayscale: #404040. Windows color (decimal): -11451895 or 606801. OLE color: 606801.

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

Color convert

RGB 81 66 9 -
CMYK 0 0.19 0.89 0.68
HSL 47.5º 0.8% 0.18% -
HSV(B) 47.5º 0.89% 0.32% -
XYZ 5.39 5.67 1.07 -
YUV 63.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 81 66 9 0 0.19 0.89 0.68 47.5 0.8 0.18
Hex 51 42 9 0 13 59 44 30 50 12
Octal 121 102 11 0 23 131 104 60 120 22
Binary 1010001 1000010 1001 0 10011 1011001 1000100 110000 1010000 10010

Color Harmonies of #514209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514209

Black with #514209

Text Example


Text Example

White with #514209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514209; }

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

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

background-color css

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

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

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

border-color css

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

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

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