Html Css Color HEX #514808 Bronze Olive

📋 copy color: '#514808'

red 81 ◦ green 72 ◦ blue 8

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

Shades of Bronze Olive #514808

Tints of Bronze Olive #514808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 50.31%
G = 44.72%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#514808 (or 0x514808) is known color: Bronze Olive. HEX triplet: 51, 48 and 08. RGB value is (81,72,8). Sum of RGB (Red+Green+Blue) = 81+72+8=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514808 is #AEB7F7. Grayscale: #434343. Windows color (decimal): -11450360 or 542801. OLE color: 542801.

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

Color convert

RGB 81 72 8 -
CMYK 0 0.11 0.90 0.68
HSL 52.6º 0.82% 0.17% -
HSV(B) 52.6º 0.9% 0.32% -
XYZ 5.75 6.4 1.16 -
YUV 67.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 81 72 8 0 0.11 0.90 0.68 52.6 0.82 0.17
Hex 51 48 8 0 B 5A 44 35 52 11
Octal 121 110 10 0 13 132 104 65 122 21
Binary 1010001 1001000 1000 0 1011 1011010 1000100 110101 1010010 10001

Color Harmonies of #514808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514808

Black with #514808

Text Example


Text Example

White with #514808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514808; }

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

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

background-color css

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

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

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

border-color css

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

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

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