Html Css Color HEX #514802 Bronze Olive

📋 copy color: '#514802'

red 81 ◦ green 72 ◦ blue 2

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

Shades of Bronze Olive #514802

Tints of Bronze Olive #514802

RGB

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

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

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

R = 52.26%
G = 46.45%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#514802 (or 0x514802) is known color: Bronze Olive. HEX triplet: 51, 48 and 02. RGB value is (81,72,2). Sum of RGB (Red+Green+Blue) = 81+72+2=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514802 is #AEB7FD. Grayscale: #434343. Windows color (decimal): -11450366 or 149585. OLE color: 149585.

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

Color convert

RGB 81 72 2 -
CMYK 0 0.11 0.98 0.68
HSL 53.16º 0.95% 0.16% -
HSV(B) 53.16º 0.98% 0.32% -
XYZ 5.72 6.39 0.99 -
YUV 66.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 81 72 2 0 0.11 0.98 0.68 53.16 0.95 0.16
Hex 51 48 2 0 B 62 44 35 5F 10
Octal 121 110 2 0 13 142 104 65 137 20
Binary 1010001 1001000 10 0 1011 1100010 1000100 110101 1011111 10000

Color Harmonies of #514802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514802

Black with #514802

Text Example


Text Example

White with #514802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514802; }

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

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

background-color css

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

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

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

border-color css

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

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

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