Html Css Color HEX #584816 Bronze Olive

📋 copy color: '#584816'

red 88 ◦ green 72 ◦ blue 22

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

Shades of Bronze Olive #584816

Tints of Bronze Olive #584816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

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

R = 48.35%
G = 39.56%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584816 (or 0x584816) is known color: Bronze Olive. HEX triplet: 58, 48 and 16. RGB value is (88,72,22). Sum of RGB (Red+Green+Blue) = 88+72+22=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #584816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584816 is #A7B7E9. Grayscale: #474747. Windows color (decimal): -10991594 or 1460312. OLE color: 1460312.

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

Color convert

RGB 88 72 22 -
CMYK 0 0.18 0.75 0.65
HSL 45.45º 0.6% 0.22% -
HSV(B) 45.45º 0.75% 0.35% -
XYZ 6.49 6.77 1.72 -
YUV 71.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 88 72 22 0 0.18 0.75 0.65 45.45 0.6 0.22
Hex 58 48 16 0 12 4B 41 2D 3C 16
Octal 130 110 26 0 22 113 101 55 74 26
Binary 1011000 1001000 10110 0 10010 1001011 1000001 101101 111100 10110

Color Harmonies of #584816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584816

Black with #584816

Text Example


Text Example

White with #584816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584816; }

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

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

background-color css

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

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

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

border-color css

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

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

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