Html Css Color HEX #58501D Bronze Olive

📋 copy color: '#58501D'

red 88 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #58501D

Tints of Bronze Olive #58501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 44.67%
G = 40.61%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58501D (or 0x58501D) is known color: Bronze Olive. HEX triplet: 58, 50 and 1D. RGB value is (88,80,29). Sum of RGB (Red+Green+Blue) = 88+80+29=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58501D is #A7AFE2. Grayscale: #4C4C4C. Windows color (decimal): -10989539 or 1921112. OLE color: 1921112.

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

Color convert

RGB 88 80 29 -
CMYK 0 0.09 0.67 0.65
HSL 51.86º 0.5% 0.23% -
HSV(B) 51.86º 0.67% 0.35% -
XYZ 7.11 7.9 2.31 -
YUV 76.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 88 80 29 0 0.09 0.67 0.65 51.86 0.5 0.23
Hex 58 50 1D 0 9 43 41 34 32 17
Octal 130 120 35 0 11 103 101 64 62 27
Binary 1011000 1010000 11101 0 1001 1000011 1000001 110100 110010 10111

Color Harmonies of #58501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58501D

Black with #58501D

Text Example


Text Example

White with #58501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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