Html Css Color HEX #58440E Bronze Olive

📋 copy color: '#58440E'

red 88 ◦ green 68 ◦ blue 14

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

Shades of Bronze Olive #58440E

Tints of Bronze Olive #58440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 51.76%
G = 40%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58440E (or 0x58440E) is known color: Bronze Olive. HEX triplet: 58, 44 and 0E. RGB value is (88,68,14). Sum of RGB (Red+Green+Blue) = 88+68+14=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58440E is #A7BBF1. Grayscale: #444444. Windows color (decimal): -10992626 or 935000. OLE color: 935000.

HSL color Cylindrical-coordinate representation of color #58440E: hue angle of 43.78º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58440E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 14 -
CMYK 0 0.23 0.84 0.65
HSL 43.78º 0.73% 0.2% -
HSV(B) 43.78º 0.84% 0.35% -
XYZ 6.17 6.24 1.29 -
YUV 67.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 88 68 14 0 0.23 0.84 0.65 43.78 0.73 0.2
Hex 58 44 E 0 17 54 41 2C 49 14
Octal 130 104 16 0 27 124 101 54 111 24
Binary 1011000 1000100 1110 0 10111 1010100 1000001 101100 1001001 10100

Color Harmonies of #58440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58440E

Black with #58440E

Text Example


Text Example

White with #58440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58440E; }

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

 H1.HeaderClassName
 {
   color: #58440E;
 }
 .AnyTagClassName
 {
   color: #58440E;
 }
</style>

background-color css

<style>
 a { background-color: #58440E; }

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

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

border-color css

<style>
 span { border-color: #58440E; }

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

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