#58510C

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

Shades of Bronze Olive #58510C

Tints of Bronze Olive #58510C

Color information

#58510C (or 0x58510C) is unknown color: approx Bronze Olive. HEX triplet: 58, 51 and 0C. RGB value is (88,81,12). Sum of RGB (Red+Green+Blue) = 88+81+12=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58510C is #A7AEF3. Grayscale: #4B4B4B. Windows color (decimal): -10989300 or 807256. OLE color: 807256.

HSL color Cylindrical-coordinate representation of color #58510C: hue angle of 54.47º 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 #58510C is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB888112-
CMYK00.080.860.65
HSL54.47º76%19.61%-
HSV(B)54.47º86.36%34.51%-
XYZ7.037.991.52-
YUV75.2392.32137.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=48.62%
G=44.75%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88811200.080.860.6554.477619.61
Hex5851C085641364c14
Octal130121140101261016611424
Binary1011000101000111000100010101101000001110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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