Html Css Color HEX #58461A Bronze Olive

📋 copy color: '#58461A'

red 88 ◦ green 70 ◦ blue 26

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

Shades of Bronze Olive #58461A

Tints of Bronze Olive #58461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 47.83%
G = 38.04%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58461A (or 0x58461A) is known color: Bronze Olive. HEX triplet: 58, 46 and 1A. RGB value is (88,70,26). Sum of RGB (Red+Green+Blue) = 88+70+26=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58461A is #A7B9E5. Grayscale: #464646. Windows color (decimal): -10992102 or 1721944. OLE color: 1721944.

HSL color Cylindrical-coordinate representation of color #58461A: hue angle of 42.58º 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 #58461A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 26 -
CMYK 0 0.20 0.70 0.65
HSL 42.58º 0.54% 0.22% -
HSV(B) 42.58º 0.7% 0.35% -
XYZ 6.4 6.53 1.9 -
YUV 70.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 88 70 26 0 0.20 0.70 0.65 42.58 0.54 0.22
Hex 58 46 1A 0 14 46 41 2B 36 16
Octal 130 106 32 0 24 106 101 53 66 26
Binary 1011000 1000110 11010 0 10100 1000110 1000001 101011 110110 10110

Color Harmonies of #58461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58461A

Black with #58461A

Text Example


Text Example

White with #58461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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