Html Css Color HEX #514313 Madras

📋 copy color: '#514313'

red 81 ◦ green 67 ◦ blue 19

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

Shades of Madras #514313

Tints of Madras #514313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 48.5%
G = 40.12%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#514313 (or 0x514313) is known color: Madras. HEX triplet: 51, 43 and 13. RGB value is (81,67,19). Sum of RGB (Red+Green+Blue) = 81+67+19=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514313 is #AEBCEC. Grayscale: #414141. Windows color (decimal): -11451629 or 1262417. OLE color: 1262417.

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

Color convert

RGB 81 67 19 -
CMYK 0 0.17 0.77 0.68
HSL 46.45º 0.62% 0.2% -
HSV(B) 46.45º 0.77% 0.32% -
XYZ 5.52 5.81 1.45 -
YUV 65.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 81 67 19 0 0.17 0.77 0.68 46.45 0.62 0.2
Hex 51 43 13 0 11 4D 44 2E 3E 14
Octal 121 103 23 0 21 115 104 56 76 24
Binary 1010001 1000011 10011 0 10001 1001101 1000100 101110 111110 10100

Color Harmonies of #514313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514313

Black with #514313

Text Example


Text Example

White with #514313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514313; }

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

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

background-color css

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

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

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

border-color css

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

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

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