Html Css Color HEX #514702 Madras

📋 copy color: '#514702'

red 81 ◦ green 71 ◦ blue 2

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

Shades of Madras #514702

Tints of Madras #514702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.3%

R = 52.6%
G = 46.1%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#514702 (or 0x514702) is known color: Madras. HEX triplet: 51, 47 and 02. RGB value is (81,71,2). Sum of RGB (Red+Green+Blue) = 81+71+2=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514702 is #AEB8FD. Grayscale: #424242. Windows color (decimal): -11450622 or 149329. OLE color: 149329.

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

Color convert

RGB 81 71 2 -
CMYK 0 0.12 0.98 0.68
HSL 52.41º 0.95% 0.16% -
HSV(B) 52.41º 0.98% 0.32% -
XYZ 5.66 6.26 0.97 -
YUV 66.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 81 71 2 0 0.12 0.98 0.68 52.41 0.95 0.16
Hex 51 47 2 0 C 62 44 34 5F 10
Octal 121 107 2 0 14 142 104 64 137 20
Binary 1010001 1000111 10 0 1100 1100010 1000100 110100 1011111 10000

Color Harmonies of #514702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514702

Black with #514702

Text Example


Text Example

White with #514702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514702; }

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

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

background-color css

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

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

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

border-color css

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

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

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