Html Css Color HEX #584A1F Bronze Olive

📋 copy color: '#584A1F'

red 88 ◦ green 74 ◦ blue 31

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

Shades of Bronze Olive #584A1F

Tints of Bronze Olive #584A1F

RGB

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

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

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

R = 45.6%
G = 38.34%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#584A1F (or 0x584A1F) is known color: Bronze Olive. HEX triplet: 58, 4A and 1F. RGB value is (88,74,31). Sum of RGB (Red+Green+Blue) = 88+74+31=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #584A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A1F is #A7B5E0. Grayscale: #494949. Windows color (decimal): -10991073 or 2050648. OLE color: 2050648.

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

Color convert

RGB 88 74 31 -
CMYK 0 0.16 0.65 0.65
HSL 45.26º 0.48% 0.23% -
HSV(B) 45.26º 0.65% 0.35% -
XYZ 6.72 7.07 2.31 -
YUV 73.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 88 74 31 0 0.16 0.65 0.65 45.26 0.48 0.23
Hex 58 4A 1F 0 10 41 41 2D 30 17
Octal 130 112 37 0 20 101 101 55 60 27
Binary 1011000 1001010 11111 0 10000 1000001 1000001 101101 110000 10111

Color Harmonies of #584A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A1F

Black with #584A1F

Text Example


Text Example

White with #584A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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