Html Css Color HEX #584A0F Bronze Olive

📋 copy color: '#584A0F'

red 88 ◦ green 74 ◦ blue 15

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

Shades of Bronze Olive #584A0F

Tints of Bronze Olive #584A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 49.72%
G = 41.81%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#584A0F (or 0x584A0F) is known color: Bronze Olive. HEX triplet: 58, 4A and 0F. RGB value is (88,74,15). Sum of RGB (Red+Green+Blue) = 88+74+15=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A0F is #A7B5F0. Grayscale: #474747. Windows color (decimal): -10991089 or 1002072. OLE color: 1002072.

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

Color convert

RGB 88 74 15 -
CMYK 0 0.16 0.83 0.65
HSL 48.49º 0.71% 0.2% -
HSV(B) 48.49º 0.83% 0.35% -
XYZ 6.56 7.01 1.46 -
YUV 71.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 88 74 15 0 0.16 0.83 0.65 48.49 0.71 0.2
Hex 58 4A F 0 10 53 41 30 47 14
Octal 130 112 17 0 20 123 101 60 107 24
Binary 1011000 1001010 1111 0 10000 1010011 1000001 110000 1000111 10100

Color Harmonies of #584A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A0F

Black with #584A0F

Text Example


Text Example

White with #584A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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