Html Css Color HEX #584A0E Bronze Olive

📋 copy color: '#584A0E'

red 88 ◦ green 74 ◦ blue 14

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

Shades of Bronze Olive #584A0E

Tints of Bronze Olive #584A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.05%

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

R = 50%
G = 42.05%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#584A0E (or 0x584A0E) is known color: Bronze Olive. HEX triplet: 58, 4A and 0E. RGB value is (88,74,14). Sum of RGB (Red+Green+Blue) = 88+74+14=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #584A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A0E is #A7B5F1. Grayscale: #474747. Windows color (decimal): -10991090 or 936536. OLE color: 936536.

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

Color convert

RGB 88 74 14 -
CMYK 0 0.16 0.84 0.65
HSL 48.65º 0.73% 0.2% -
HSV(B) 48.65º 0.84% 0.35% -
XYZ 6.55 7 1.42 -
YUV 71.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 88 74 14 0 0.16 0.84 0.65 48.65 0.73 0.2
Hex 58 4A E 0 10 54 41 31 49 14
Octal 130 112 16 0 20 124 101 61 111 24
Binary 1011000 1001010 1110 0 10000 1010100 1000001 110001 1001001 10100

Color Harmonies of #584A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A0E

Black with #584A0E

Text Example


Text Example

White with #584A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A0E; }

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

 H1.HeaderClassName
 {
   color: #584A0E;
 }
 .AnyTagClassName
 {
   color: #584A0E;
 }
</style>

background-color css

<style>
 a { background-color: #584A0E; }

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

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

border-color css

<style>
 span { border-color: #584A0E; }

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

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