Html Css Color HEX #58471D Bronze Olive

📋 copy color: '#58471D'

red 88 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #58471D

Tints of Bronze Olive #58471D

RGB

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

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

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

R = 46.81%
G = 37.77%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58471D (or 0x58471D) is known color: Bronze Olive. HEX triplet: 58, 47 and 1D. RGB value is (88,71,29). Sum of RGB (Red+Green+Blue) = 88+71+29=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58471D is #A7B8E2. Grayscale: #474747. Windows color (decimal): -10991843 or 1918808. OLE color: 1918808.

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

Color convert

RGB 88 71 29 -
CMYK 0 0.19 0.67 0.65
HSL 42.71º 0.5% 0.23% -
HSV(B) 42.71º 0.67% 0.35% -
XYZ 6.5 6.67 2.11 -
YUV 71.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 88 71 29 0 0.19 0.67 0.65 42.71 0.5 0.23
Hex 58 47 1D 0 13 43 41 2B 32 17
Octal 130 107 35 0 23 103 101 53 62 27
Binary 1011000 1000111 11101 0 10011 1000011 1000001 101011 110010 10111

Color Harmonies of #58471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58471D

Black with #58471D

Text Example


Text Example

White with #58471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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