Html Css Color HEX #584B3C Metallic Bronze

📋 copy color: '#584B3C'

red 88 ◦ green 75 ◦ blue 60

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

Shades of Metallic Bronze #584B3C

Tints of Metallic Bronze #584B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 39.46%
G = 33.63%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#584B3C (or 0x584B3C) is known color: Metallic Bronze. HEX triplet: 58, 4B and 3C. RGB value is (88,75,60). Sum of RGB (Red+Green+Blue) = 88+75+60=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B3C is #A7B4C3. Grayscale: #4D4D4D. Windows color (decimal): -10990788 or 3951448. OLE color: 3951448.

HSL color Cylindrical-coordinate representation of color #584B3C: hue angle of 32.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584B3C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 60 -
CMYK 0 0.15 0.32 0.65
HSL 32.14º 0.19% 0.29% -
HSV(B) 32.14º 0.32% 0.35% -
XYZ 7.36 7.43 5.32 -
YUV 77.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 88 75 60 0 0.15 0.32 0.65 32.14 0.19 0.29
Hex 58 4B 3C 0 F 20 41 20 13 1D
Octal 130 113 74 0 17 40 101 40 23 35
Binary 1011000 1001011 111100 0 1111 100000 1000001 100000 10011 11101

Color Harmonies of #584B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B3C

Black with #584B3C

Text Example


Text Example

White with #584B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,60); }

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

background-color css

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

 a { background-color: rgb(88,75,60); }

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

border-color css

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

 span { border-color: rgb(88,75,60); }

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