Html Css Color HEX #514007 Madras

📋 copy color: '#514007'

red 81 ◦ green 64 ◦ blue 7

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

Shades of Madras #514007

Tints of Madras #514007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 53.29%
G = 42.11%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#514007 (or 0x514007) is known color: Madras. HEX triplet: 51, 40 and 07. RGB value is (81,64,7). Sum of RGB (Red+Green+Blue) = 81+64+7=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514007 is #AEBFF8. Grayscale: #3E3E3E. Windows color (decimal): -11452409 or 475217. OLE color: 475217.

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

Color convert

RGB 81 64 7 -
CMYK 0 0.21 0.91 0.68
HSL 46.22º 0.84% 0.17% -
HSV(B) 46.22º 0.91% 0.32% -
XYZ 5.27 5.43 0.97 -
YUV 62.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 81 64 7 0 0.21 0.91 0.68 46.22 0.84 0.17
Hex 51 40 7 0 15 5B 44 2E 54 11
Octal 121 100 7 0 25 133 104 56 124 21
Binary 1010001 1000000 111 0 10101 1011011 1000100 101110 1010100 10001

Color Harmonies of #514007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514007

Black with #514007

Text Example


Text Example

White with #514007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514007; }

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

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

background-color css

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

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

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

border-color css

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

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

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