Html Css Color HEX #58480E Bronze Olive

📋 copy color: '#58480E'

red 88 ◦ green 72 ◦ blue 14

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

Shades of Bronze Olive #58480E

Tints of Bronze Olive #58480E

RGB

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

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

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

R = 50.57%
G = 41.38%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58480E (or 0x58480E) is known color: Bronze Olive. HEX triplet: 58, 48 and 0E. RGB value is (88,72,14). Sum of RGB (Red+Green+Blue) = 88+72+14=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58480E is #A7B7F1. Grayscale: #464646. Windows color (decimal): -10991602 or 936024. OLE color: 936024.

HSL color Cylindrical-coordinate representation of color #58480E: hue angle of 47.03º 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 #58480E is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 14 -
CMYK 0 0.18 0.84 0.65
HSL 47.03º 0.73% 0.2% -
HSV(B) 47.03º 0.84% 0.35% -
XYZ 6.42 6.74 1.38 -
YUV 70.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 88 72 14 0 0.18 0.84 0.65 47.03 0.73 0.2
Hex 58 48 E 0 12 54 41 2F 49 14
Octal 130 110 16 0 22 124 101 57 111 24
Binary 1011000 1001000 1110 0 10010 1010100 1000001 101111 1001001 10100

Color Harmonies of #58480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58480E

Black with #58480E

Text Example


Text Example

White with #58480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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