Html Css Color HEX #584A13 Bronze Olive

📋 copy color: '#584A13'

red 88 ◦ green 74 ◦ blue 19

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

Shades of Bronze Olive #584A13

Tints of Bronze Olive #584A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 48.62%
G = 40.88%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#584A13 (or 0x584A13) is known color: Bronze Olive. HEX triplet: 58, 4A and 13. RGB value is (88,74,19). Sum of RGB (Red+Green+Blue) = 88+74+19=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #584A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A13 is #A7B5EC. Grayscale: #484848. Windows color (decimal): -10991085 or 1264216. OLE color: 1264216.

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

Color convert

RGB 88 74 19 -
CMYK 0 0.16 0.78 0.65
HSL 47.83º 0.64% 0.21% -
HSV(B) 47.83º 0.78% 0.35% -
XYZ 6.59 7.02 1.62 -
YUV 71.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 88 74 19 0 0.16 0.78 0.65 47.83 0.64 0.21
Hex 58 4A 13 0 10 4E 41 30 40 15
Octal 130 112 23 0 20 116 101 60 100 25
Binary 1011000 1001010 10011 0 10000 1001110 1000001 110000 1000000 10101

Color Harmonies of #584A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A13

Black with #584A13

Text Example


Text Example

White with #584A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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