#514B23

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

Shades of Bronze Olive #514B23

Tints of Bronze Olive #514B23

Color information

#514B23 (or 0x514B23) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 23. RGB value is (81,75,35). Sum of RGB (Red+Green+Blue) = 81+75+35=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B23 is #AEB4DC. Grayscale: #484848. Windows color (decimal): -11449565 or 2313041. OLE color: 2313041.

HSL color Cylindrical-coordinate representation of color #514B23: hue angle of 52.17º 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 #514B23 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB817535-
CMYK00.070.570.68
HSL52.17º39.66%22.75%-
HSV(B)52.17º56.79%31.76%-
XYZ6.216.92.6-
YUV72.23106.99134.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=42.41%
G=39.27%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81753500.070.570.6852.1739.6622.75
Hex514B23073944342817
Octal121113430771104645027
Binary101000110010111000110111111001100010011010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B23; }

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

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

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

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

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

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

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

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