Html Css Color HEX #584F0C Bronze Olive

📋 copy color: '#584F0C'

red 88 ◦ green 79 ◦ blue 12

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

Shades of Bronze Olive #584F0C

Tints of Bronze Olive #584F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 49.16%
G = 44.13%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#584F0C (or 0x584F0C) is known color: Bronze Olive. HEX triplet: 58, 4F and 0C. RGB value is (88,79,12). Sum of RGB (Red+Green+Blue) = 88+79+12=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F0C is #A7B0F3. Grayscale: #4A4A4A. Windows color (decimal): -10989812 or 806744. OLE color: 806744.

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

Color convert

RGB 88 79 12 -
CMYK 0 0.10 0.86 0.65
HSL 52.89º 0.76% 0.2% -
HSV(B) 52.89º 0.86% 0.35% -
XYZ 6.89 7.69 1.47 -
YUV 74.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 88 79 12 0 0.10 0.86 0.65 52.89 0.76 0.2
Hex 58 4F C 0 A 56 41 35 4C 14
Octal 130 117 14 0 12 126 101 65 114 24
Binary 1011000 1001111 1100 0 1010 1010110 1000001 110101 1001100 10100

Color Harmonies of #584F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F0C

Black with #584F0C

Text Example


Text Example

White with #584F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,79,12); }

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

background-color css

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

 a { background-color: rgb(88,79,12); }

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

border-color css

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

 span { border-color: rgb(88,79,12); }

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