Html Css Color HEX #514603 Madras

📋 copy color: '#514603'

red 81 ◦ green 70 ◦ blue 3

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

Shades of Madras #514603

Tints of Madras #514603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.95%

R = 52.6%
G = 45.45%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#514603 (or 0x514603) is known color: Madras. HEX triplet: 51, 46 and 03. RGB value is (81,70,3). Sum of RGB (Red+Green+Blue) = 81+70+3=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514603 is #AEB9FC. Grayscale: #414141. Windows color (decimal): -11450877 or 214609. OLE color: 214609.

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

Color convert

RGB 81 70 3 -
CMYK 0 0.14 0.96 0.68
HSL 51.54º 0.93% 0.16% -
HSV(B) 51.54º 0.96% 0.32% -
XYZ 5.6 6.14 0.98 -
YUV 65.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 81 70 3 0 0.14 0.96 0.68 51.54 0.93 0.16
Hex 51 46 3 0 E 60 44 34 5D 10
Octal 121 106 3 0 16 140 104 64 135 20
Binary 1010001 1000110 11 0 1110 1100000 1000100 110100 1011101 10000

Color Harmonies of #514603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514603

Black with #514603

Text Example


Text Example

White with #514603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514603; }

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

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

background-color css

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

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

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

border-color css

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

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

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