Html Css Color HEX #514005 Madras

📋 copy color: '#514005'

red 81 ◦ green 64 ◦ blue 5

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

Shades of Madras #514005

Tints of Madras #514005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 54%
G = 42.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514005 (or 0x514005) is known color: Madras. HEX triplet: 51, 40 and 05. RGB value is (81,64,5). Sum of RGB (Red+Green+Blue) = 81+64+5=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514005 is #AEBFFA. Grayscale: #3E3E3E. Windows color (decimal): -11452411 or 344145. OLE color: 344145.

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

Color convert

RGB 81 64 5 -
CMYK 0 0.21 0.94 0.68
HSL 46.58º 0.88% 0.17% -
HSV(B) 46.58º 0.94% 0.32% -
XYZ 5.25 5.43 0.91 -
YUV 62.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 81 64 5 0 0.21 0.94 0.68 46.58 0.88 0.17
Hex 51 40 5 0 15 5E 44 2F 58 11
Octal 121 100 5 0 25 136 104 57 130 21
Binary 1010001 1000000 101 0 10101 1011110 1000100 101111 1011000 10001

Color Harmonies of #514005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514005

Black with #514005

Text Example


Text Example

White with #514005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514005; }

 p { color: rgb(81,64,5); }

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

background-color css

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

 a { background-color: rgb(81,64,5); }

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

border-color css

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

 span { border-color: rgb(81,64,5); }

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