Html Css Color HEX #58471F Bronze Olive

📋 copy color: '#58471F'

red 88 ◦ green 71 ◦ blue 31

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

Shades of Bronze Olive #58471F

Tints of Bronze Olive #58471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 46.32%
G = 37.37%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58471F (or 0x58471F) is known color: Bronze Olive. HEX triplet: 58, 47 and 1F. RGB value is (88,71,31). Sum of RGB (Red+Green+Blue) = 88+71+31=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58471F is #A7B8E0. Grayscale: #474747. Windows color (decimal): -10991841 or 2049880. OLE color: 2049880.

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

Color convert

RGB 88 71 31 -
CMYK 0 0.19 0.65 0.65
HSL 42.11º 0.48% 0.23% -
HSV(B) 42.11º 0.65% 0.35% -
XYZ 6.53 6.68 2.24 -
YUV 71.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 88 71 31 0 0.19 0.65 0.65 42.11 0.48 0.23
Hex 58 47 1F 0 13 41 41 2A 30 17
Octal 130 107 37 0 23 101 101 52 60 27
Binary 1011000 1000111 11111 0 10011 1000001 1000001 101010 110000 10111

Color Harmonies of #58471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58471F

Black with #58471F

Text Example


Text Example

White with #58471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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