Html Css Color HEX #514506 Madras

📋 copy color: '#514506'

red 81 ◦ green 69 ◦ blue 6

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

Shades of Madras #514506

Tints of Madras #514506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 51.92%
G = 44.23%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514506 (or 0x514506) is known color: Madras. HEX triplet: 51, 45 and 06. RGB value is (81,69,6). Sum of RGB (Red+Green+Blue) = 81+69+6=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514506 is #AEBAF9. Grayscale: #414141. Windows color (decimal): -11451130 or 410961. OLE color: 410961.

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

Color convert

RGB 81 69 6 -
CMYK 0 0.15 0.93 0.68
HSL 50.4º 0.86% 0.17% -
HSV(B) 50.4º 0.93% 0.32% -
XYZ 5.55 6.02 1.04 -
YUV 65.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 81 69 6 0 0.15 0.93 0.68 50.4 0.86 0.17
Hex 51 45 6 0 F 5D 44 32 56 11
Octal 121 105 6 0 17 135 104 62 126 21
Binary 1010001 1000101 110 0 1111 1011101 1000100 110010 1010110 10001

Color Harmonies of #514506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514506

Black with #514506

Text Example


Text Example

White with #514506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514506; }

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

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

background-color css

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

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

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

border-color css

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

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

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