#584B14

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

Shades of Bronze Olive #584B14

Tints of Bronze Olive #584B14

Color information

#584B14 (or 0x584B14) is unknown color: approx Bronze Olive. HEX triplet: 58, 4B and 14. RGB value is (88,75,20). Sum of RGB (Red+Green+Blue) = 88+75+20=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B14 is #A7B4EB. Grayscale: #484848. Windows color (decimal): -10990828 or 1330008. OLE color: 1330008.

HSL color Cylindrical-coordinate representation of color #584B14: hue angle of 48.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584B14 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB887520-
CMYK00.150.770.65
HSL48.53º62.96%21.18%-
HSV(B)48.53º77.27%34.51%-
XYZ6.677.161.69-
YUV72.6298.31138.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=48.09%
G=40.98%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88752000.150.770.6548.5362.9621.18
Hex584B140F4D41313f15
Octal13011324017115101617725
Binary1011000100101110100011111001101100000111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584B14; }

 p { color: rgb(88,75,20); }

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

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

 a { background-color: rgb(88,75,20); }

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

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

 span { border-color: rgb(88,75,20); }

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