Html Css Color HEX #58461F Bronze Olive

📋 copy color: '#58461F'

red 88 ◦ green 70 ◦ blue 31

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

Shades of Bronze Olive #58461F

Tints of Bronze Olive #58461F

RGB

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

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

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

R = 46.56%
G = 37.04%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58461F (or 0x58461F) is known color: Bronze Olive. HEX triplet: 58, 46 and 1F. RGB value is (88,70,31). Sum of RGB (Red+Green+Blue) = 88+70+31=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58461F is #A7B9E0. Grayscale: #474747. Windows color (decimal): -10992097 or 2049624. OLE color: 2049624.

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

Color convert

RGB 88 70 31 -
CMYK 0 0.20 0.65 0.65
HSL 41.05º 0.48% 0.23% -
HSV(B) 41.05º 0.65% 0.35% -
XYZ 6.46 6.55 2.22 -
YUV 70.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 88 70 31 0 0.20 0.65 0.65 41.05 0.48 0.23
Hex 58 46 1F 0 14 41 41 29 30 17
Octal 130 106 37 0 24 101 101 51 60 27
Binary 1011000 1000110 11111 0 10100 1000001 1000001 101001 110000 10111

Color Harmonies of #58461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58461F

Black with #58461F

Text Example


Text Example

White with #58461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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