Html Css Color HEX #584205 Bronze Olive

📋 copy color: '#584205'

red 88 ◦ green 66 ◦ blue 5

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

Shades of Bronze Olive #584205

Tints of Bronze Olive #584205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 55.35%
G = 41.51%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#584205 (or 0x584205) is known color: Bronze Olive. HEX triplet: 58, 42 and 05. RGB value is (88,66,5). Sum of RGB (Red+Green+Blue) = 88+66+5=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #584205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584205 is #A7BDFA. Grayscale: #414141. Windows color (decimal): -10993147 or 344664. OLE color: 344664.

HSL color Cylindrical-coordinate representation of color #584205: hue angle of 44.1º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #584205 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 5 -
CMYK 0 0.25 0.94 0.65
HSL 44.1º 0.89% 0.18% -
HSV(B) 44.1º 0.94% 0.35% -
XYZ 6 5.98 0.98 -
YUV 65.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 88 66 5 0 0.25 0.94 0.65 44.1 0.89 0.18
Hex 58 42 5 0 19 5E 41 2C 59 12
Octal 130 102 5 0 31 136 101 54 131 22
Binary 1011000 1000010 101 0 11001 1011110 1000001 101100 1011001 10010

Color Harmonies of #584205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584205

Black with #584205

Text Example


Text Example

White with #584205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584205; }

 p { color: rgb(88,66,5); }

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

background-color css

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

 a { background-color: rgb(88,66,5); }

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

border-color css

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

 span { border-color: rgb(88,66,5); }

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