Html Css Color HEX #584C28 Bronze Olive

📋 copy color: '#584C28'

red 88 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #584C28

Tints of Bronze Olive #584C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

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

R = 43.14%
G = 37.25%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#584C28 (or 0x584C28) is known color: Bronze Olive. HEX triplet: 58, 4C and 28. RGB value is (88,76,40). Sum of RGB (Red+Green+Blue) = 88+76+40=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #584C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C28 is #A7B3D7. Grayscale: #4B4B4B. Windows color (decimal): -10990552 or 2640984. OLE color: 2640984.

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

Color convert

RGB 88 76 40 -
CMYK 0 0.14 0.55 0.65
HSL 45º 0.38% 0.25% -
HSV(B) 45º 0.55% 0.35% -
XYZ 6.99 7.4 3.07 -
YUV 75.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 88 76 40 0 0.14 0.55 0.65 45 0.38 0.25
Hex 58 4C 28 0 E 37 41 2D 26 19
Octal 130 114 50 0 16 67 101 55 46 31
Binary 1011000 1001100 101000 0 1110 110111 1000001 101101 100110 11001

Color Harmonies of #584C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C28

Black with #584C28

Text Example


Text Example

White with #584C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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