Html Css Color HEX #58500B Bronze Olive

📋 copy color: '#58500B'

red 88 ◦ green 80 ◦ blue 11

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

Shades of Bronze Olive #58500B

Tints of Bronze Olive #58500B

RGB

 RED value IS 88 (34.77% from 255) = 49.16%

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 49.16%
G = 44.69%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58500B (or 0x58500B) is known color: Bronze Olive. HEX triplet: 58, 50 and 0B. RGB value is (88,80,11). Sum of RGB (Red+Green+Blue) = 88+80+11=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58500B is #A7AFF4. Grayscale: #4A4A4A. Windows color (decimal): -10989557 or 741464. OLE color: 741464.

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

Color convert

RGB 88 80 11 -
CMYK 0 0.09 0.88 0.65
HSL 53.77º 0.78% 0.19% -
HSV(B) 53.77º 0.88% 0.35% -
XYZ 6.95 7.84 1.46 -
YUV 74.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 88 80 11 0 0.09 0.88 0.65 53.77 0.78 0.19
Hex 58 50 B 0 9 58 41 36 4E 13
Octal 130 120 13 0 11 130 101 66 116 23
Binary 1011000 1010000 1011 0 1001 1011000 1000001 110110 1001110 10011

Color Harmonies of #58500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58500B

Black with #58500B

Text Example


Text Example

White with #58500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58500B;
 }
 .AnyTagClassName
 {
   color: #58500B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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