Html Css Color HEX #514300 Madras

📋 copy color: '#514300'

red 81 ◦ green 67 ◦ blue 0

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

Shades of Madras #514300

Tints of Madras #514300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.73%
G = 45.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514300 (or 0x514300) is known color: Madras. HEX triplet: 51, 43 and 00. RGB value is (81,67,0). Sum of RGB (Red+Green+Blue) = 81+67+0=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514300 is #AEBCFF. Grayscale: #3F3F3F. Windows color (decimal): -11451648 or 17233. OLE color: 17233.

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

Color convert

RGB 81 67 0 -
CMYK 0 0.17 1 0.68
HSL 49.63º 1% 0.16% -
HSV(B) 49.63º 1% 0.32% -
XYZ 5.4 5.76 0.83 -
YUV 63.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 81 67 0 0 0.17 1 0.68 49.63 1 0.16
Hex 51 43 0 0 11 64 44 32 64 10
Octal 121 103 0 0 21 144 104 62 144 20
Binary 1010001 1000011 0 0 10001 1100100 1000100 110010 1100100 10000

Color Harmonies of #514300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514300

Black with #514300

Text Example


Text Example

White with #514300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514300; }

 p { color: rgb(81,67,0); }

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

background-color css

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

 a { background-color: rgb(81,67,0); }

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

border-color css

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

 span { border-color: rgb(81,67,0); }

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