Html Css Color HEX #584211 Bronze Olive

📋 copy color: '#584211'

red 88 ◦ green 66 ◦ blue 17

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

Shades of Bronze Olive #584211

Tints of Bronze Olive #584211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 51.46%
G = 38.6%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#584211 (or 0x584211) is known color: Bronze Olive. HEX triplet: 58, 42 and 11. RGB value is (88,66,17). Sum of RGB (Red+Green+Blue) = 88+66+17=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #584211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584211 is #A7BDEE. Grayscale: #434343. Windows color (decimal): -10993135 or 1131096. OLE color: 1131096.

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

Color convert

RGB 88 66 17 -
CMYK 0 0.25 0.81 0.65
HSL 41.41º 0.68% 0.21% -
HSV(B) 41.41º 0.81% 0.35% -
XYZ 6.07 6.01 1.37 -
YUV 66.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 88 66 17 0 0.25 0.81 0.65 41.41 0.68 0.21
Hex 58 42 11 0 19 51 41 29 44 15
Octal 130 102 21 0 31 121 101 51 104 25
Binary 1011000 1000010 10001 0 11001 1010001 1000001 101001 1000100 10101

Color Harmonies of #584211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584211

Black with #584211

Text Example


Text Example

White with #584211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584211; }

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

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

background-color css

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

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

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

border-color css

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

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

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