Html Css Color HEX #58490B Bronze Olive

📋 copy color: '#58490B'

red 88 ◦ green 73 ◦ blue 11

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

Shades of Bronze Olive #58490B

Tints of Bronze Olive #58490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 51.16%
G = 42.44%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58490B (or 0x58490B) is known color: Bronze Olive. HEX triplet: 58, 49 and 0B. RGB value is (88,73,11). Sum of RGB (Red+Green+Blue) = 88+73+11=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58490B is #A7B6F4. Grayscale: #464646. Windows color (decimal): -10991349 or 739672. OLE color: 739672.

HSL color Cylindrical-coordinate representation of color #58490B: hue angle of 48.31º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58490B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 11 -
CMYK 0 0.17 0.88 0.65
HSL 48.31º 0.78% 0.19% -
HSV(B) 48.31º 0.88% 0.35% -
XYZ 6.47 6.86 1.3 -
YUV 70.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 88 73 11 0 0.17 0.88 0.65 48.31 0.78 0.19
Hex 58 49 B 0 11 58 41 30 4E 13
Octal 130 111 13 0 21 130 101 60 116 23
Binary 1011000 1001001 1011 0 10001 1011000 1000001 110000 1001110 10011

Color Harmonies of #58490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58490B

Black with #58490B

Text Example


Text Example

White with #58490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58490B; }

 p { color: rgb(88,73,11); }

 H1.HeaderClassName
 {
   color: #58490B;
 }
 .AnyTagClassName
 {
   color: #58490B;
 }
</style>

background-color css

<style>
 a { background-color: #58490B; }

 a { background-color: rgb(88,73,11); }

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

border-color css

<style>
 span { border-color: #58490B; }

 span { border-color: rgb(88,73,11); }

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