Html Css Color HEX #58471B Bronze Olive

📋 copy color: '#58471B'

red 88 ◦ green 71 ◦ blue 27

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

Shades of Bronze Olive #58471B

Tints of Bronze Olive #58471B

RGB

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

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

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

R = 47.31%
G = 38.17%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58471B (or 0x58471B) is known color: Bronze Olive. HEX triplet: 58, 47 and 1B. RGB value is (88,71,27). Sum of RGB (Red+Green+Blue) = 88+71+27=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58471B is #A7B8E4. Grayscale: #474747. Windows color (decimal): -10991845 or 1787736. OLE color: 1787736.

HSL color Cylindrical-coordinate representation of color #58471B: hue angle of 43.28º 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 #58471B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 71 27 -
CMYK 0 0.19 0.69 0.65
HSL 43.28º 0.53% 0.23% -
HSV(B) 43.28º 0.69% 0.35% -
XYZ 6.48 6.66 1.98 -
YUV 71.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 88 71 27 0 0.19 0.69 0.65 43.28 0.53 0.23
Hex 58 47 1B 0 13 45 41 2B 35 17
Octal 130 107 33 0 23 105 101 53 65 27
Binary 1011000 1000111 11011 0 10011 1000101 1000001 101011 110101 10111

Color Harmonies of #58471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58471B

Black with #58471B

Text Example


Text Example

White with #58471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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