Html Css Color HEX #514512 Madras

📋 copy color: '#514512'

red 81 ◦ green 69 ◦ blue 18

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

Shades of Madras #514512

Tints of Madras #514512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 48.21%
G = 41.07%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#514512 (or 0x514512) is known color: Madras. HEX triplet: 51, 45 and 12. RGB value is (81,69,18). Sum of RGB (Red+Green+Blue) = 81+69+18=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #514512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514512 is #AEBAED. Grayscale: #424242. Windows color (decimal): -11451118 or 1197393. OLE color: 1197393.

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

Color convert

RGB 81 69 18 -
CMYK 0 0.15 0.78 0.68
HSL 48.57º 0.64% 0.19% -
HSV(B) 48.57º 0.78% 0.32% -
XYZ 5.63 6.05 1.44 -
YUV 66.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 81 69 18 0 0.15 0.78 0.68 48.57 0.64 0.19
Hex 51 45 12 0 F 4E 44 31 40 13
Octal 121 105 22 0 17 116 104 61 100 23
Binary 1010001 1000101 10010 0 1111 1001110 1000100 110001 1000000 10011

Color Harmonies of #514512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514512

Black with #514512

Text Example


Text Example

White with #514512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514512; }

 p { color: rgb(81,69,18); }

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

background-color css

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

 a { background-color: rgb(81,69,18); }

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

border-color css

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

 span { border-color: rgb(81,69,18); }

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