Html Css Color HEX #584C1F Bronze Olive

📋 copy color: '#584C1F'

red 88 ◦ green 76 ◦ blue 31

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

Shades of Bronze Olive #584C1F

Tints of Bronze Olive #584C1F

RGB

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

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

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

R = 45.13%
G = 38.97%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#584C1F (or 0x584C1F) is known color: Bronze Olive. HEX triplet: 58, 4C and 1F. RGB value is (88,76,31). Sum of RGB (Red+Green+Blue) = 88+76+31=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #584C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C1F is #A7B3E0. Grayscale: #4A4A4A. Windows color (decimal): -10990561 or 2051160. OLE color: 2051160.

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

Color convert

RGB 88 76 31 -
CMYK 0 0.14 0.65 0.65
HSL 47.37º 0.48% 0.23% -
HSV(B) 47.37º 0.65% 0.35% -
XYZ 6.86 7.34 2.35 -
YUV 74.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 88 76 31 0 0.14 0.65 0.65 47.37 0.48 0.23
Hex 58 4C 1F 0 E 41 41 2F 30 17
Octal 130 114 37 0 16 101 101 57 60 27
Binary 1011000 1001100 11111 0 1110 1000001 1000001 101111 110000 10111

Color Harmonies of #584C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C1F

Black with #584C1F

Text Example


Text Example

White with #584C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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