Html Css Color HEX #514214 Madras

📋 copy color: '#514214'

red 81 ◦ green 66 ◦ blue 20

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

Shades of Madras #514214

Tints of Madras #514214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 48.5%
G = 39.52%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#514214 (or 0x514214) is known color: Madras. HEX triplet: 51, 42 and 14. RGB value is (81,66,20). Sum of RGB (Red+Green+Blue) = 81+66+20=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514214 is #AEBDEB. Grayscale: #414141. Windows color (decimal): -11451884 or 1327697. OLE color: 1327697.

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

Color convert

RGB 81 66 20 -
CMYK 0 0.19 0.75 0.68
HSL 45.25º 0.6% 0.2% -
HSV(B) 45.25º 0.75% 0.32% -
XYZ 5.47 5.7 1.47 -
YUV 65.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 81 66 20 0 0.19 0.75 0.68 45.25 0.6 0.2
Hex 51 42 14 0 13 4B 44 2D 3C 14
Octal 121 102 24 0 23 113 104 55 74 24
Binary 1010001 1000010 10100 0 10011 1001011 1000100 101101 111100 10100

Color Harmonies of #514214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514214

Black with #514214

Text Example


Text Example

White with #514214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514214; }

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

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

background-color css

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

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

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

border-color css

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

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

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