Html Css Color HEX #584E2A Bronze Olive

📋 copy color: '#584E2A'

red 88 ◦ green 78 ◦ blue 42

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

Shades of Bronze Olive #584E2A

Tints of Bronze Olive #584E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.5%

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

R = 42.31%
G = 37.5%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#584E2A (or 0x584E2A) is known color: Bronze Olive. HEX triplet: 58, 4E and 2A. RGB value is (88,78,42). Sum of RGB (Red+Green+Blue) = 88+78+42=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E2A is #A7B1D5. Grayscale: #4D4D4D. Windows color (decimal): -10990038 or 2772568. OLE color: 2772568.

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

Color convert

RGB 88 78 42 -
CMYK 0 0.11 0.52 0.65
HSL 46.96º 0.35% 0.25% -
HSV(B) 46.96º 0.52% 0.35% -
XYZ 7.17 7.69 3.3 -
YUV 76.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 88 78 42 0 0.11 0.52 0.65 46.96 0.35 0.25
Hex 58 4E 2A 0 B 34 41 2F 23 19
Octal 130 116 52 0 13 64 101 57 43 31
Binary 1011000 1001110 101010 0 1011 110100 1000001 101111 100011 11001

Color Harmonies of #584E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E2A

Black with #584E2A

Text Example


Text Example

White with #584E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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