Html Css Color HEX #584F2A Bronze Olive

📋 copy color: '#584F2A'

red 88 ◦ green 79 ◦ blue 42

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

Shades of Bronze Olive #584F2A

Tints of Bronze Olive #584F2A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.8%

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 42.11%
G = 37.8%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#584F2A (or 0x584F2A) is known color: Bronze Olive. HEX triplet: 58, 4F and 2A. RGB value is (88,79,42). Sum of RGB (Red+Green+Blue) = 88+79+42=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #584F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F2A is #A7B0D5. Grayscale: #4D4D4D. Windows color (decimal): -10989782 or 2772824. OLE color: 2772824.

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

Color convert

RGB 88 79 42 -
CMYK 0 0.10 0.52 0.65
HSL 48.26º 0.35% 0.25% -
HSV(B) 48.26º 0.52% 0.35% -
XYZ 7.24 7.83 3.32 -
YUV 77.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 88 79 42 0 0.10 0.52 0.65 48.26 0.35 0.25
Hex 58 4F 2A 0 A 34 41 30 23 19
Octal 130 117 52 0 12 64 101 60 43 31
Binary 1011000 1001111 101010 0 1010 110100 1000001 110000 100011 11001

Color Harmonies of #584F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F2A

Black with #584F2A

Text Example


Text Example

White with #584F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,79,42); }

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

background-color css

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

 a { background-color: rgb(88,79,42); }

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

border-color css

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

 span { border-color: rgb(88,79,42); }

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