Html Css Color HEX #58501C Bronze Olive

📋 copy color: '#58501C'

red 88 ◦ green 80 ◦ blue 28

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

Shades of Bronze Olive #58501C

Tints of Bronze Olive #58501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 44.9%
G = 40.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58501C (or 0x58501C) is known color: Bronze Olive. HEX triplet: 58, 50 and 1C. RGB value is (88,80,28). Sum of RGB (Red+Green+Blue) = 88+80+28=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58501C is #A7AFE3. Grayscale: #4C4C4C. Windows color (decimal): -10989540 or 1855576. OLE color: 1855576.

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

Color convert

RGB 88 80 28 -
CMYK 0 0.09 0.68 0.65
HSL 52º 0.52% 0.23% -
HSV(B) 52º 0.68% 0.35% -
XYZ 7.1 7.9 2.25 -
YUV 76.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 88 80 28 0 0.09 0.68 0.65 52 0.52 0.23
Hex 58 50 1C 0 9 44 41 34 34 17
Octal 130 120 34 0 11 104 101 64 64 27
Binary 1011000 1010000 11100 0 1001 1000100 1000001 110100 110100 10111

Color Harmonies of #58501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58501C

Black with #58501C

Text Example


Text Example

White with #58501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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