#58450F

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

Shades of Bronze Olive #58450F

Tints of Bronze Olive #58450F

Color information

#58450F (or 0x58450F) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 0F. RGB value is (88,69,15). Sum of RGB (Red+Green+Blue) = 88+69+15=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58450F is #A7BAF0. Grayscale: #444444. Windows color (decimal): -10992369 or 1000792. OLE color: 1000792.

HSL color Cylindrical-coordinate representation of color #58450F: hue angle of 44.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58450F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB886915-
CMYK00.220.830.65
HSL44.38º70.87%20.2%-
HSV(B)44.38º82.95%34.51%-
XYZ6.246.371.35-
YUV68.5297.79141.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=51.16%
G=40.12%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88691500.220.830.6544.3870.8720.2
Hex5845F01653412c4714
Octal130105170261231015410724
Binary10110001000101111101011010100111000001101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58450F; }

 p { color: rgb(88,69,15); }

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

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

 a { background-color: rgb(88,69,15); }

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

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

 span { border-color: rgb(88,69,15); }

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