Html Css Color HEX #58441F Bronze Olive

📋 copy color: '#58441F'

red 88 ◦ green 68 ◦ blue 31

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

Shades of Bronze Olive #58441F

Tints of Bronze Olive #58441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 47.06%
G = 36.36%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58441F (or 0x58441F) is known color: Bronze Olive. HEX triplet: 58, 44 and 1F. RGB value is (88,68,31). Sum of RGB (Red+Green+Blue) = 88+68+31=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58441F is #A7BBE0. Grayscale: #454545. Windows color (decimal): -10992609 or 2049112. OLE color: 2049112.

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

Color convert

RGB 88 68 31 -
CMYK 0 0.23 0.65 0.65
HSL 38.95º 0.48% 0.23% -
HSV(B) 38.95º 0.65% 0.35% -
XYZ 6.34 6.31 2.18 -
YUV 69.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 88 68 31 0 0.23 0.65 0.65 38.95 0.48 0.23
Hex 58 44 1F 0 17 41 41 27 30 17
Octal 130 104 37 0 27 101 101 47 60 27
Binary 1011000 1000100 11111 0 10111 1000001 1000001 100111 110000 10111

Color Harmonies of #58441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58441F

Black with #58441F

Text Example


Text Example

White with #58441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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