Html Css Color HEX #514400 Madras

📋 copy color: '#514400'

red 81 ◦ green 68 ◦ blue 0

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

Shades of Madras #514400

Tints of Madras #514400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.36%
G = 45.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514400 (or 0x514400) is known color: Madras. HEX triplet: 51, 44 and 00. RGB value is (81,68,0). Sum of RGB (Red+Green+Blue) = 81+68+0=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #514400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514400 is #AEBBFF. Grayscale: #404040. Windows color (decimal): -11451392 or 17489. OLE color: 17489.

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

Color convert

RGB 81 68 0 -
CMYK 0 0.16 1 0.68
HSL 50.37º 1% 0.16% -
HSV(B) 50.37º 1% 0.32% -
XYZ 5.46 5.88 0.85 -
YUV 64.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 81 68 0 0 0.16 1 0.68 50.37 1 0.16
Hex 51 44 0 0 10 64 44 32 64 10
Octal 121 104 0 0 20 144 104 62 144 20
Binary 1010001 1000100 0 0 10000 1100100 1000100 110010 1100100 10000

Color Harmonies of #514400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514400

Black with #514400

Text Example


Text Example

White with #514400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514400; }

 p { color: rgb(81,68,0); }

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

background-color css

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

 a { background-color: rgb(81,68,0); }

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

border-color css

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

 span { border-color: rgb(81,68,0); }

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