Html Css Color HEX #58501B Bronze Olive

📋 copy color: '#58501B'

red 88 ◦ green 80 ◦ blue 27

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

Shades of Bronze Olive #58501B

Tints of Bronze Olive #58501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 45.13%
G = 41.03%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58501B (or 0x58501B) is known color: Bronze Olive. HEX triplet: 58, 50 and 1B. RGB value is (88,80,27). Sum of RGB (Red+Green+Blue) = 88+80+27=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58501B is #A7AFE4. Grayscale: #4C4C4C. Windows color (decimal): -10989541 or 1790040. OLE color: 1790040.

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

Color convert

RGB 88 80 27 -
CMYK 0 0.09 0.69 0.65
HSL 52.13º 0.53% 0.23% -
HSV(B) 52.13º 0.69% 0.35% -
XYZ 7.09 7.89 2.19 -
YUV 76.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 88 80 27 0 0.09 0.69 0.65 52.13 0.53 0.23
Hex 58 50 1B 0 9 45 41 34 35 17
Octal 130 120 33 0 11 105 101 64 65 27
Binary 1011000 1010000 11011 0 1001 1000101 1000001 110100 110101 10111

Color Harmonies of #58501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58501B

Black with #58501B

Text Example


Text Example

White with #58501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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