#58441D

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

Shades of Bronze Olive #58441D

Tints of Bronze Olive #58441D

Color information

#58441D (or 0x58441D) is unknown color: approx Bronze Olive. HEX triplet: 58, 44 and 1D. RGB value is (88,68,29). Sum of RGB (Red+Green+Blue) = 88+68+29=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58441D is #A7BBE2. Grayscale: #454545. Windows color (decimal): -10992611 or 1918040. OLE color: 1918040.

HSL color Cylindrical-coordinate representation of color #58441D: hue angle of 39.66º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58441D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB886829-
CMYK00.230.670.65
HSL39.66º50.43%22.94%-
HSV(B)39.66º67.05%34.51%-
XYZ6.316.32.05-
YUV69.53105.13141.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=47.57%
G=36.76%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88682900.230.670.6539.6650.4322.94
Hex58441D0174341283217
Octal13010435027103101506227
Binary10110001000100111010101111000011100000110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58441D; }

 p { color: rgb(88,68,29); }

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

<style>
 a { background-color: #58441D; }

 a { background-color: rgb(88,68,29); }

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

<style>
 span { border-color: #58441D; }

 span { border-color: rgb(88,68,29); }

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