Html Css Color HEX #584A28 Bronze Olive

📋 copy color: '#584A28'

red 88 ◦ green 74 ◦ blue 40

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

Shades of Bronze Olive #584A28

Tints of Bronze Olive #584A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 43.56%
G = 36.63%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#584A28 (or 0x584A28) is known color: Bronze Olive. HEX triplet: 58, 4A and 28. RGB value is (88,74,40). Sum of RGB (Red+Green+Blue) = 88+74+40=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #584A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A28 is #A7B5D7. Grayscale: #4A4A4A. Windows color (decimal): -10991064 or 2640472. OLE color: 2640472.

HSL color Cylindrical-coordinate representation of color #584A28: hue angle of 42.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584A28 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 40 -
CMYK 0 0.16 0.55 0.65
HSL 42.5º 0.38% 0.25% -
HSV(B) 42.5º 0.55% 0.35% -
XYZ 6.86 7.13 3.02 -
YUV 74.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 88 74 40 0 0.16 0.55 0.65 42.5 0.38 0.25
Hex 58 4A 28 0 10 37 41 2A 26 19
Octal 130 112 50 0 20 67 101 52 46 31
Binary 1011000 1001010 101000 0 10000 110111 1000001 101010 100110 11001

Color Harmonies of #584A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A28

Black with #584A28

Text Example


Text Example

White with #584A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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