Html Css Color HEX #514803 Bronze Olive

📋 copy color: '#514803'

red 81 ◦ green 72 ◦ blue 3

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

Shades of Bronze Olive #514803

Tints of Bronze Olive #514803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

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

R = 51.92%
G = 46.15%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#514803 (or 0x514803) is known color: Bronze Olive. HEX triplet: 51, 48 and 03. RGB value is (81,72,3). Sum of RGB (Red+Green+Blue) = 81+72+3=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514803 is #AEB7FC. Grayscale: #434343. Windows color (decimal): -11450365 or 215121. OLE color: 215121.

HSL color Cylindrical-coordinate representation of color #514803: hue angle of 53.08º 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 #514803 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 3 -
CMYK 0 0.11 0.96 0.68
HSL 53.08º 0.93% 0.16% -
HSV(B) 53.08º 0.96% 0.32% -
XYZ 5.73 6.39 1.02 -
YUV 66.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 81 72 3 0 0.11 0.96 0.68 53.08 0.93 0.16
Hex 51 48 3 0 B 60 44 35 5D 10
Octal 121 110 3 0 13 140 104 65 135 20
Binary 1010001 1001000 11 0 1011 1100000 1000100 110101 1011101 10000

Color Harmonies of #514803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514803

Black with #514803

Text Example


Text Example

White with #514803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514803; }

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

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

background-color css

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

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

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

border-color css

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

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

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