Html Css Color HEX #514106 Madras

📋 copy color: '#514106'

red 81 ◦ green 65 ◦ blue 6

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

Shades of Madras #514106

Tints of Madras #514106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

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

R = 53.29%
G = 42.76%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514106 (or 0x514106) is known color: Madras. HEX triplet: 51, 41 and 06. RGB value is (81,65,6). Sum of RGB (Red+Green+Blue) = 81+65+6=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514106 is #AEBEF9. Grayscale: #3F3F3F. Windows color (decimal): -11452154 or 409937. OLE color: 409937.

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

Color convert

RGB 81 65 6 -
CMYK 0 0.20 0.93 0.68
HSL 47.2º 0.86% 0.17% -
HSV(B) 47.2º 0.93% 0.32% -
XYZ 5.32 5.54 0.96 -
YUV 63.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 81 65 6 0 0.20 0.93 0.68 47.2 0.86 0.17
Hex 51 41 6 0 14 5D 44 2F 56 11
Octal 121 101 6 0 24 135 104 57 126 21
Binary 1010001 1000001 110 0 10100 1011101 1000100 101111 1010110 10001

Color Harmonies of #514106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514106

Black with #514106

Text Example


Text Example

White with #514106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514106; }

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

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

background-color css

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

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

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

border-color css

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

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

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