Html Css Color HEX #58480D Bronze Olive

📋 copy color: '#58480D'

red 88 ◦ green 72 ◦ blue 13

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

Shades of Bronze Olive #58480D

Tints of Bronze Olive #58480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 50.87%
G = 41.62%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58480D (or 0x58480D) is known color: Bronze Olive. HEX triplet: 58, 48 and 0D. RGB value is (88,72,13). Sum of RGB (Red+Green+Blue) = 88+72+13=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58480D is #A7B7F2. Grayscale: #464646. Windows color (decimal): -10991603 or 870488. OLE color: 870488.

HSL color Cylindrical-coordinate representation of color #58480D: hue angle of 47.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58480D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 13 -
CMYK 0 0.18 0.85 0.65
HSL 47.2º 0.74% 0.2% -
HSV(B) 47.2º 0.85% 0.35% -
XYZ 6.41 6.74 1.34 -
YUV 70.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 88 72 13 0 0.18 0.85 0.65 47.2 0.74 0.2
Hex 58 48 D 0 12 55 41 2F 4A 14
Octal 130 110 15 0 22 125 101 57 112 24
Binary 1011000 1001000 1101 0 10010 1010101 1000001 101111 1001010 10100

Color Harmonies of #58480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58480D

Black with #58480D

Text Example


Text Example

White with #58480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58480D; }

 p { color: rgb(88,72,13); }

 H1.HeaderClassName
 {
   color: #58480D;
 }
 .AnyTagClassName
 {
   color: #58480D;
 }
</style>

background-color css

<style>
 a { background-color: #58480D; }

 a { background-color: rgb(88,72,13); }

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

border-color css

<style>
 span { border-color: #58480D; }

 span { border-color: rgb(88,72,13); }

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