Html Css Color HEX #58470F Bronze Olive

📋 copy color: '#58470F'

red 88 ◦ green 71 ◦ blue 15

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

Shades of Bronze Olive #58470F

Tints of Bronze Olive #58470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 50.57%
G = 40.8%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58470F (or 0x58470F) is known color: Bronze Olive. HEX triplet: 58, 47 and 0F. RGB value is (88,71,15). Sum of RGB (Red+Green+Blue) = 88+71+15=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58470F is #A7B8F0. Grayscale: #454545. Windows color (decimal): -10991857 or 1001304. OLE color: 1001304.

HSL color Cylindrical-coordinate representation of color #58470F: hue angle of 46.03º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58470F is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 15 -
CMYK 0 0.19 0.83 0.65
HSL 46.03º 0.71% 0.2% -
HSV(B) 46.03º 0.83% 0.35% -
XYZ 6.36 6.62 1.39 -
YUV 69.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 88 71 15 0 0.19 0.83 0.65 46.03 0.71 0.2
Hex 58 47 F 0 13 53 41 2E 47 14
Octal 130 107 17 0 23 123 101 56 107 24
Binary 1011000 1000111 1111 0 10011 1010011 1000001 101110 1000111 10100

Color Harmonies of #58470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58470F

Black with #58470F

Text Example


Text Example

White with #58470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58470F; }

 p { color: rgb(88,71,15); }

 H1.HeaderClassName
 {
   color: #58470F;
 }
 .AnyTagClassName
 {
   color: #58470F;
 }
</style>

background-color css

<style>
 a { background-color: #58470F; }

 a { background-color: rgb(88,71,15); }

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

border-color css

<style>
 span { border-color: #58470F; }

 span { border-color: rgb(88,71,15); }

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