Html Css Color HEX #584522 Bronze Olive

📋 copy color: '#584522'

red 88 ◦ green 69 ◦ blue 34

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

Shades of Bronze Olive #584522

Tints of Bronze Olive #584522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 46.07%
G = 36.13%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#584522 (or 0x584522) is known color: Bronze Olive. HEX triplet: 58, 45 and 22. RGB value is (88,69,34). Sum of RGB (Red+Green+Blue) = 88+69+34=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #584522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584522 is #A7BADD. Grayscale: #464646. Windows color (decimal): -10992350 or 2245976. OLE color: 2245976.

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

Color convert

RGB 88 69 34 -
CMYK 0 0.22 0.61 0.65
HSL 38.89º 0.44% 0.24% -
HSV(B) 38.89º 0.61% 0.35% -
XYZ 6.44 6.45 2.42 -
YUV 70.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 88 69 34 0 0.22 0.61 0.65 38.89 0.44 0.24
Hex 58 45 22 0 16 3D 41 27 2C 18
Octal 130 105 42 0 26 75 101 47 54 30
Binary 1011000 1000101 100010 0 10110 111101 1000001 100111 101100 11000

Color Harmonies of #584522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584522

Black with #584522

Text Example


Text Example

White with #584522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584522; }

 p { color: rgb(88,69,34); }

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

background-color css

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

 a { background-color: rgb(88,69,34); }

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

border-color css

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

 span { border-color: rgb(88,69,34); }

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