#514823

Color #514823 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #514823

Tints of Bronze Olive #514823

Color information

#514823 (or 0x514823) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 23. RGB value is (81,72,35). Sum of RGB (Red+Green+Blue) = 81+72+35=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514823 is #AEB7DC. Grayscale: #464646. Windows color (decimal): -11450333 or 2312273. OLE color: 2312273.

HSL color Cylindrical-coordinate representation of color #514823: hue angle of 48.26º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514823 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB817235-
CMYK00.110.570.68
HSL48.26º39.66%22.75%-
HSV(B)48.26º56.79%31.76%-
XYZ6.016.512.53-
YUV70.47107.98135.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=43.09%
G=38.30%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81723500.110.570.6848.2639.6622.75
Hex5148230B3944302817
Octal1211104301371104605027
Binary1010001100100010001101011111001100010011000010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514823; }

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

 H1.HeaderClassName
 {
   color: #514823;
 }
 .AnyTagClassName
 {
   color: #514823;
 }
</style>
background-color css

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

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

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

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

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

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