Html Css Color HEX #584912 Bronze Olive

📋 copy color: '#584912'

red 88 ◦ green 73 ◦ blue 18

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

Shades of Bronze Olive #584912

Tints of Bronze Olive #584912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

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

R = 49.16%
G = 40.78%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584912 (or 0x584912) is known color: Bronze Olive. HEX triplet: 58, 49 and 12. RGB value is (88,73,18). Sum of RGB (Red+Green+Blue) = 88+73+18=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584912 is #A7B6ED. Grayscale: #474747. Windows color (decimal): -10991342 or 1198424. OLE color: 1198424.

HSL color Cylindrical-coordinate representation of color #584912: hue angle of 47.14º 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 #584912 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 73 18 -
CMYK 0 0.17 0.80 0.65
HSL 47.14º 0.66% 0.21% -
HSV(B) 47.14º 0.8% 0.35% -
XYZ 6.52 6.88 1.56 -
YUV 71.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 88 73 18 0 0.17 0.80 0.65 47.14 0.66 0.21
Hex 58 49 12 0 11 50 41 2F 42 15
Octal 130 111 22 0 21 120 101 57 102 25
Binary 1011000 1001001 10010 0 10001 1010000 1000001 101111 1000010 10101

Color Harmonies of #584912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584912

Black with #584912

Text Example


Text Example

White with #584912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584912; }

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

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

background-color css

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

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

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

border-color css

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

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

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