#58421B

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

Shades of Bronze Olive #58421B

Tints of Bronze Olive #58421B

Color information

#58421B (or 0x58421B) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 1B. RGB value is (88,66,27). Sum of RGB (Red+Green+Blue) = 88+66+27=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421B is #A7BDE4. Grayscale: #444444. Windows color (decimal): -10993125 or 1786456. OLE color: 1786456.

HSL color Cylindrical-coordinate representation of color #58421B: hue angle of 38.36º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58421B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB886627-
CMYK00.250.690.65
HSL38.36º53.04%22.55%-
HSV(B)38.36º69.32%34.51%-
XYZ6.176.051.88-
YUV68.13104.79142.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=48.62%
G=36.46%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662700.250.690.6538.3653.0422.55
Hex58421B0194541263517
Octal13010233031105101466527
Binary10110001000010110110110011000101100000110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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