Html Css Color HEX #584D1F Bronze Olive

📋 copy color: '#584D1F'

red 88 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #584D1F

Tints of Bronze Olive #584D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 44.9%
G = 39.29%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#584D1F (or 0x584D1F) is known color: Bronze Olive. HEX triplet: 58, 4D and 1F. RGB value is (88,77,31). Sum of RGB (Red+Green+Blue) = 88+77+31=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D1F is #A7B2E0. Grayscale: #4B4B4B. Windows color (decimal): -10990305 or 2051416. OLE color: 2051416.

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

Color convert

RGB 88 77 31 -
CMYK 0 0.12 0.65 0.65
HSL 48.42º 0.48% 0.23% -
HSV(B) 48.42º 0.65% 0.35% -
XYZ 6.93 7.48 2.38 -
YUV 75.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 88 77 31 0 0.12 0.65 0.65 48.42 0.48 0.23
Hex 58 4D 1F 0 C 41 41 30 30 17
Octal 130 115 37 0 14 101 101 60 60 27
Binary 1011000 1001101 11111 0 1100 1000001 1000001 110000 110000 10111

Color Harmonies of #584D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D1F

Black with #584D1F

Text Example


Text Example

White with #584D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,31); }

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

background-color css

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

 a { background-color: rgb(88,77,31); }

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

border-color css

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

 span { border-color: rgb(88,77,31); }

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