Html Css Color HEX #584A22 Bronze Olive

📋 copy color: '#584A22'

red 88 ◦ green 74 ◦ blue 34

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

Shades of Bronze Olive #584A22

Tints of Bronze Olive #584A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

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

R = 44.9%
G = 37.76%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#584A22 (or 0x584A22) is known color: Bronze Olive. HEX triplet: 58, 4A and 22. RGB value is (88,74,34). Sum of RGB (Red+Green+Blue) = 88+74+34=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A22 is #A7B5DD. Grayscale: #494949. Windows color (decimal): -10991070 or 2247256. OLE color: 2247256.

HSL color Cylindrical-coordinate representation of color #584A22: hue angle of 44.44º 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 #584A22 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 34 -
CMYK 0 0.16 0.61 0.65
HSL 44.44º 0.44% 0.24% -
HSV(B) 44.44º 0.61% 0.35% -
XYZ 6.76 7.09 2.53 -
YUV 73.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 88 74 34 0 0.16 0.61 0.65 44.44 0.44 0.24
Hex 58 4A 22 0 10 3D 41 2C 2C 18
Octal 130 112 42 0 20 75 101 54 54 30
Binary 1011000 1001010 100010 0 10000 111101 1000001 101100 101100 11000

Color Harmonies of #584A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A22

Black with #584A22

Text Example


Text Example

White with #584A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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