Html Css Color HEX #514211 Madras

📋 copy color: '#514211'

red 81 ◦ green 66 ◦ blue 17

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

Shades of Madras #514211

Tints of Madras #514211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 49.39%
G = 40.24%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#514211 (or 0x514211) is known color: Madras. HEX triplet: 51, 42 and 11. RGB value is (81,66,17). Sum of RGB (Red+Green+Blue) = 81+66+17=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514211 is #AEBDEE. Grayscale: #414141. Windows color (decimal): -11451887 or 1131089. OLE color: 1131089.

HSL color Cylindrical-coordinate representation of color #514211: hue angle of 45.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514211 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 66 17 -
CMYK 0 0.19 0.79 0.68
HSL 45.94º 0.65% 0.19% -
HSV(B) 45.94º 0.79% 0.32% -
XYZ 5.44 5.69 1.34 -
YUV 64.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 81 66 17 0 0.19 0.79 0.68 45.94 0.65 0.19
Hex 51 42 11 0 13 4F 44 2E 41 13
Octal 121 102 21 0 23 117 104 56 101 23
Binary 1010001 1000010 10001 0 10011 1001111 1000100 101110 1000001 10011

Color Harmonies of #514211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514211

Black with #514211

Text Example


Text Example

White with #514211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514211; }

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

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

background-color css

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

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

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

border-color css

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

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

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