#514B24

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

Shades of Bronze Olive #514B24

Tints of Bronze Olive #514B24

Color information

#514B24 (or 0x514B24) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 24. RGB value is (81,75,36). Sum of RGB (Red+Green+Blue) = 81+75+36=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B24 is #AEB4DB. Grayscale: #484848. Windows color (decimal): -11449564 or 2378577. OLE color: 2378577.

HSL color Cylindrical-coordinate representation of color #514B24: hue angle of 52º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514B24 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB817536-
CMYK00.070.560.68
HSL52º38.46%22.94%-
HSV(B)52º55.56%31.76%-
XYZ6.236.912.67-
YUV72.35107.49134.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=42.19%
G=39.06%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81753600.070.560.685238.4622.94
Hex514B24073844342617
Octal121113440770104644627
Binary101000110010111001000111111000100010011010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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