#58481B

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

Shades of Bronze Olive #58481B

Tints of Bronze Olive #58481B

Color information

#58481B (or 0x58481B) is unknown color: approx Bronze Olive. HEX triplet: 58, 48 and 1B. RGB value is (88,72,27). Sum of RGB (Red+Green+Blue) = 88+72+27=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58481B is #A7B7E4. Grayscale: #474747. Windows color (decimal): -10991589 or 1787992. OLE color: 1787992.

HSL color Cylindrical-coordinate representation of color #58481B: hue angle of 44.26º 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 #58481B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB887227-
CMYK00.180.690.65
HSL44.26º53.04%22.55%-
HSV(B)44.26º69.32%34.51%-
XYZ6.546.792-
YUV71.65102.8139.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=47.06%
G=38.50%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88722700.180.690.6544.2653.0422.55
Hex58481B01245412c3517
Octal13011033022105101546527
Binary10110001001000110110100101000101100000110110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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