#58500C

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

Shades of Bronze Olive #58500C

Tints of Bronze Olive #58500C

Color information

#58500C (or 0x58500C) is unknown color: approx Bronze Olive. HEX triplet: 58, 50 and 0C. RGB value is (88,80,12). Sum of RGB (Red+Green+Blue) = 88+80+12=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58500C is #A7AFF3. Grayscale: #4A4A4A. Windows color (decimal): -10989556 or 807000. OLE color: 807000.

HSL color Cylindrical-coordinate representation of color #58500C: hue angle of 53.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58500C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB888012-
CMYK00.090.860.65
HSL53.68º76%19.61%-
HSV(B)53.68º86.36%34.51%-
XYZ6.967.841.49-
YUV74.6492.65137.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=48.89%
G=44.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88801200.090.860.6553.687619.61
Hex5850C095641364c14
Octal130120140111261016611424
Binary1011000101000011000100110101101000001110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58500C; }

 p { color: rgb(88,80,12); }

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

<style>
 a { background-color: #58500C; }

 a { background-color: rgb(88,80,12); }

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

<style>
 span { border-color: #58500C; }

 span { border-color: rgb(88,80,12); }

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