Html Css Color HEX #58471A Bronze Olive

📋 copy color: '#58471A'

red 88 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #58471A

Tints of Bronze Olive #58471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 47.57%
G = 38.38%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58471A (or 0x58471A) is known color: Bronze Olive. HEX triplet: 58, 47 and 1A. RGB value is (88,71,26). Sum of RGB (Red+Green+Blue) = 88+71+26=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58471A is #A7B8E5. Grayscale: #474747. Windows color (decimal): -10991846 or 1722200. OLE color: 1722200.

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

Color convert

RGB 88 71 26 -
CMYK 0 0.19 0.70 0.65
HSL 43.55º 0.54% 0.22% -
HSV(B) 43.55º 0.7% 0.35% -
XYZ 6.46 6.66 1.92 -
YUV 70.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 88 71 26 0 0.19 0.70 0.65 43.55 0.54 0.22
Hex 58 47 1A 0 13 46 41 2C 36 16
Octal 130 107 32 0 23 106 101 54 66 26
Binary 1011000 1000111 11010 0 10011 1000110 1000001 101100 110110 10110

Color Harmonies of #58471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58471A

Black with #58471A

Text Example


Text Example

White with #58471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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