#58430F

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

Shades of Bronze Olive #58430F

Tints of Bronze Olive #58430F

Color information

#58430F (or 0x58430F) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 0F. RGB value is (88,67,15). Sum of RGB (Red+Green+Blue) = 88+67+15=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58430F is #A7BCF0. Grayscale: #434343. Windows color (decimal): -10992881 or 1000280. OLE color: 1000280.

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

Color convert

RGB886715-
CMYK00.240.830.65
HSL42.74º70.87%20.2%-
HSV(B)42.74º82.95%34.51%-
XYZ6.126.121.31-
YUV67.3598.46142.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=51.76%
G=39.41%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88671500.240.830.6542.7470.8720.2
Hex5843F01853412b4714
Octal130103170301231015310724
Binary10110001000011111101100010100111000001101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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