#514B27

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

Shades of Bronze Olive #514B27

Tints of Bronze Olive #514B27

Color information

#514B27 (or 0x514B27) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 27. RGB value is (81,75,39). Sum of RGB (Red+Green+Blue) = 81+75+39=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #514B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B27 is #AEB4D8. Grayscale: #484848. Windows color (decimal): -11449561 or 2575185. OLE color: 2575185.

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

Color convert

RGB817539-
CMYK00.070.520.68
HSL51.43º35%23.53%-
HSV(B)51.43º51.85%31.76%-
XYZ6.286.932.93-
YUV72.69108.99133.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 20%
R=41.54%
G=38.46%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81753900.070.520.6851.433523.53
Hex514B27073444332318
Octal121113470764104634330
Binary101000110010111001110111110100100010011001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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