Html Css Color HEX #584216 Bronze Olive

📋 copy color: '#584216'

red 88 ◦ green 66 ◦ blue 22

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

Shades of Bronze Olive #584216

Tints of Bronze Olive #584216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584216 (or 0x584216) is known color: Bronze Olive. HEX triplet: 58, 42 and 16. RGB value is (88,66,22). Sum of RGB (Red+Green+Blue) = 88+66+22=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #584216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584216 is #A7BDE9. Grayscale: #434343. Windows color (decimal): -10993130 or 1458776. OLE color: 1458776.

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

Color convert

RGB 88 66 22 -
CMYK 0 0.25 0.75 0.65
HSL 40º 0.6% 0.22% -
HSV(B) 40º 0.75% 0.35% -
XYZ 6.12 6.03 1.6 -
YUV 67.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 88 66 22 0 0.25 0.75 0.65 40 0.6 0.22
Hex 58 42 16 0 19 4B 41 28 3C 16
Octal 130 102 26 0 31 113 101 50 74 26
Binary 1011000 1000010 10110 0 11001 1001011 1000001 101000 111100 10110

Color Harmonies of #584216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584216

Black with #584216

Text Example


Text Example

White with #584216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584216; }

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

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

background-color css

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

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

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

border-color css

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

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

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