#58431A

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

Shades of Bronze Olive #58431A

Tints of Bronze Olive #58431A

Color information

#58431A (or 0x58431A) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 1A. RGB value is (88,67,26). Sum of RGB (Red+Green+Blue) = 88+67+26=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58431A is #A7BCE5. Grayscale: #444444. Windows color (decimal): -10992870 or 1721176. OLE color: 1721176.

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

Color convert

RGB886726-
CMYK00.240.700.65
HSL39.68º54.39%22.35%-
HSV(B)39.68º70.45%34.51%-
XYZ6.226.161.84-
YUV68.6103.96141.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=48.62%
G=37.02%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88672600.240.700.6539.6854.3922.35
Hex58431A0184641283616
Octal13010332030106101506626
Binary10110001000011110100110001000110100000110100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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