#58421D

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

Shades of Bronze Olive #58421D

Tints of Bronze Olive #58421D

Color information

#58421D (or 0x58421D) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 1D. RGB value is (88,66,29). Sum of RGB (Red+Green+Blue) = 88+66+29=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421D is #A7BDE2. Grayscale: #444444. Windows color (decimal): -10993123 or 1917528. OLE color: 1917528.

HSL color Cylindrical-coordinate representation of color #58421D: hue angle of 37.63º 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 #58421D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB886629-
CMYK00.250.670.65
HSL37.63º50.43%22.94%-
HSV(B)37.63º67.05%34.51%-
XYZ6.196.062.01-
YUV68.36105.79142.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=48.09%
G=36.07%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662900.250.670.6537.6350.4322.94
Hex58421D0194341263217
Octal13010235031103101466227
Binary10110001000010111010110011000011100000110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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