Html Css Color HEX #514118 Madras

📋 copy color: '#514118'

red 81 ◦ green 65 ◦ blue 24

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

Shades of Madras #514118

Tints of Madras #514118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 47.65%
G = 38.24%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#514118 (or 0x514118) is known color: Madras. HEX triplet: 51, 41 and 18. RGB value is (81,65,24). Sum of RGB (Red+Green+Blue) = 81+65+24=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514118 is #AEBEE7. Grayscale: #414141. Windows color (decimal): -11452136 or 1589585. OLE color: 1589585.

HSL color Cylindrical-coordinate representation of color #514118: hue angle of 43.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514118 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 24 -
CMYK 0 0.20 0.70 0.68
HSL 43.16º 0.54% 0.21% -
HSV(B) 43.16º 0.7% 0.32% -
XYZ 5.45 5.6 1.66 -
YUV 65.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 81 65 24 0 0.20 0.70 0.68 43.16 0.54 0.21
Hex 51 41 18 0 14 46 44 2B 36 15
Octal 121 101 30 0 24 106 104 53 66 25
Binary 1010001 1000001 11000 0 10100 1000110 1000100 101011 110110 10101

Color Harmonies of #514118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514118

Black with #514118

Text Example


Text Example

White with #514118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514118; }

 p { color: rgb(81,65,24); }

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

background-color css

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

 a { background-color: rgb(81,65,24); }

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

border-color css

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

 span { border-color: rgb(81,65,24); }

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