Html Css Color HEX #58510C Bronze Olive

📋 copy color: '#58510C'

red 88 ◦ green 81 ◦ blue 12

#58510C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #58510C

Tints of Bronze Olive #58510C

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 value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58510C (or 0x58510C) is known color: 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

RGB 88 81 12 -
CMYK 0 0.08 0.86 0.65
HSL 54.47º 0.76% 0.2% -
HSV(B) 54.47º 0.86% 0.35% -
XYZ 7.03 7.99 1.52 -
YUV 75.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 88 81 12 0 0.08 0.86 0.65 54.47 0.76 0.2
Hex 58 51 C 0 8 56 41 36 4C 14
Octal 130 121 14 0 10 126 101 66 114 24
Binary 1011000 1010001 1100 0 1000 1010110 1000001 110110 1001100 10100

Color Harmonies of #58510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58510C

Black with #58510C

Text Example


Text Example

White with #58510C

Text Example


Text Example

HTML Codes & Css Web 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>