Html Css Color HEX #584F12 Bronze Olive

📋 copy color: '#584F12'

red 88 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #584F12

Tints of Bronze Olive #584F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 47.57%
G = 42.7%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584F12 (or 0x584F12) is known color: Bronze Olive. HEX triplet: 58, 4F and 12. RGB value is (88,79,18). Sum of RGB (Red+Green+Blue) = 88+79+18=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #584F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F12 is #A7B0ED. Grayscale: #4A4A4A. Windows color (decimal): -10989806 or 1199960. OLE color: 1199960.

HSL color Cylindrical-coordinate representation of color #584F12: hue angle of 52.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584F12 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 18 -
CMYK 0 0.10 0.80 0.65
HSL 52.29º 0.66% 0.21% -
HSV(B) 52.29º 0.8% 0.35% -
XYZ 6.93 7.71 1.7 -
YUV 74.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 88 79 18 0 0.10 0.80 0.65 52.29 0.66 0.21
Hex 58 4F 12 0 A 50 41 34 42 15
Octal 130 117 22 0 12 120 101 64 102 25
Binary 1011000 1001111 10010 0 1010 1010000 1000001 110100 1000010 10101

Color Harmonies of #584F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F12

Black with #584F12

Text Example


Text Example

White with #584F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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