Html Css Color HEX #514606 Madras

📋 copy color: '#514606'

red 81 ◦ green 70 ◦ blue 6

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

Shades of Madras #514606

Tints of Madras #514606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 51.59%
G = 44.59%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514606 (or 0x514606) is known color: Madras. HEX triplet: 51, 46 and 06. RGB value is (81,70,6). Sum of RGB (Red+Green+Blue) = 81+70+6=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #514606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514606 is #AEB9F9. Grayscale: #424242. Windows color (decimal): -11450874 or 411217. OLE color: 411217.

HSL color Cylindrical-coordinate representation of color #514606: hue angle of 51.2º 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 #514606 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 6 -
CMYK 0 0.14 0.93 0.68
HSL 51.2º 0.86% 0.17% -
HSV(B) 51.2º 0.93% 0.32% -
XYZ 5.62 6.14 1.06 -
YUV 65.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 81 70 6 0 0.14 0.93 0.68 51.2 0.86 0.17
Hex 51 46 6 0 E 5D 44 33 56 11
Octal 121 106 6 0 16 135 104 63 126 21
Binary 1010001 1000110 110 0 1110 1011101 1000100 110011 1010110 10001

Color Harmonies of #514606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514606

Black with #514606

Text Example


Text Example

White with #514606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514606; }

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

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

background-color css

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

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

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

border-color css

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

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

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