#58450E

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

Shades of Bronze Olive #58450E

Tints of Bronze Olive #58450E

Color information

#58450E (or 0x58450E) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 0E. RGB value is (88,69,14). Sum of RGB (Red+Green+Blue) = 88+69+14=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58450E is #A7BAF1. Grayscale: #444444. Windows color (decimal): -10992370 or 935256. OLE color: 935256.

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

Color convert

RGB886914-
CMYK00.220.840.65
HSL44.59º72.55%20%-
HSV(B)44.59º84.09%34.51%-
XYZ6.236.361.32-
YUV68.4197.29141.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=51.46%
G=40.35%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88691400.220.840.6544.5972.5520
Hex5845E01654412d4914
Octal130105160261241015511124
Binary10110001000101111001011010101001000001101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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