Html Css Color HEX #514701 Madras

📋 copy color: '#514701'

red 81 ◦ green 71 ◦ blue 1

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

Shades of Madras #514701

Tints of Madras #514701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 52.94%
G = 46.41%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514701 (or 0x514701) is known color: Madras. HEX triplet: 51, 47 and 01. RGB value is (81,71,1). Sum of RGB (Red+Green+Blue) = 81+71+1=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514701 is #AEB8FE. Grayscale: #424242. Windows color (decimal): -11450623 or 83793. OLE color: 83793.

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

Color convert

RGB 81 71 1 -
CMYK 0 0.12 0.99 0.68
HSL 52.5º 0.98% 0.16% -
HSV(B) 52.5º 0.99% 0.32% -
XYZ 5.65 6.26 0.94 -
YUV 66.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 81 71 1 0 0.12 0.99 0.68 52.5 0.98 0.16
Hex 51 47 1 0 C 63 44 34 62 10
Octal 121 107 1 0 14 143 104 64 142 20
Binary 1010001 1000111 1 0 1100 1100011 1000100 110100 1100010 10000

Color Harmonies of #514701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514701

Black with #514701

Text Example


Text Example

White with #514701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514701; }

 p { color: rgb(81,71,1); }

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

background-color css

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

 a { background-color: rgb(81,71,1); }

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

border-color css

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

 span { border-color: rgb(81,71,1); }

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