#58431F

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

Shades of Bronze Olive #58431F

Tints of Bronze Olive #58431F

Color information

#58431F (or 0x58431F) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 1F. RGB value is (88,67,31). Sum of RGB (Red+Green+Blue) = 88+67+31=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58431F is #A7BCE0. Grayscale: #454545. Windows color (decimal): -10992865 or 2048856. OLE color: 2048856.

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

Color convert

RGB886731-
CMYK00.240.650.65
HSL37.89º47.9%23.33%-
HSV(B)37.89º64.77%34.51%-
XYZ6.286.192.16-
YUV69.18106.46141.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=47.31%
G=36.02%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88673100.240.650.6537.8947.923.33
Hex58431F0184141263017
Octal13010337030101101466027
Binary10110001000011111110110001000001100000110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58431F; }

 p { color: rgb(88,67,31); }

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

<style>
 a { background-color: #58431F; }

 a { background-color: rgb(88,67,31); }

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

<style>
 span { border-color: #58431F; }

 span { border-color: rgb(88,67,31); }

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