Html Css Color HEX #584C3A Metallic Bronze

📋 copy color: '#584C3A'

red 88 ◦ green 76 ◦ blue 58

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

Shades of Metallic Bronze #584C3A

Tints of Metallic Bronze #584C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 39.64%
G = 34.23%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#584C3A (or 0x584C3A) is known color: Metallic Bronze. HEX triplet: 58, 4C and 3A. RGB value is (88,76,58). Sum of RGB (Red+Green+Blue) = 88+76+58=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C3A is #A7B3C5. Grayscale: #4D4D4D. Windows color (decimal): -10990534 or 3820632. OLE color: 3820632.

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

Color convert

RGB 88 76 58 -
CMYK 0 0.14 0.34 0.65
HSL 36º 0.21% 0.29% -
HSV(B) 36º 0.34% 0.35% -
XYZ 7.37 7.55 5.07 -
YUV 77.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 88 76 58 0 0.14 0.34 0.65 36 0.21 0.29
Hex 58 4C 3A 0 E 22 41 24 15 1D
Octal 130 114 72 0 16 42 101 44 25 35
Binary 1011000 1001100 111010 0 1110 100010 1000001 100100 10101 11101

Color Harmonies of #584C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C3A

Black with #584C3A

Text Example


Text Example

White with #584C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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