Html Css Color HEX #584A14 Bronze Olive

📋 copy color: '#584A14'

red 88 ◦ green 74 ◦ blue 20

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

Shades of Bronze Olive #584A14

Tints of Bronze Olive #584A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 48.35%
G = 40.66%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584A14 (or 0x584A14) is known color: Bronze Olive. HEX triplet: 58, 4A and 14. RGB value is (88,74,20). Sum of RGB (Red+Green+Blue) = 88+74+20=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #584A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A14 is #A7B5EB. Grayscale: #484848. Windows color (decimal): -10991084 or 1329752. OLE color: 1329752.

HSL color Cylindrical-coordinate representation of color #584A14: hue angle of 47.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584A14 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 20 -
CMYK 0 0.16 0.77 0.65
HSL 47.65º 0.63% 0.21% -
HSV(B) 47.65º 0.77% 0.35% -
XYZ 6.6 7.02 1.67 -
YUV 72.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 88 74 20 0 0.16 0.77 0.65 47.65 0.63 0.21
Hex 58 4A 14 0 10 4D 41 30 3F 15
Octal 130 112 24 0 20 115 101 60 77 25
Binary 1011000 1001010 10100 0 10000 1001101 1000001 110000 111111 10101

Color Harmonies of #584A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A14

Black with #584A14

Text Example


Text Example

White with #584A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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