Html Css Color HEX #56493B Metallic Bronze

📋 copy color: '#56493B'

red 86 ◦ green 73 ◦ blue 59

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

Shades of Metallic Bronze #56493B

Tints of Metallic Bronze #56493B

RGB

 RED value IS 86 (33.98% from 255) = 39.45%

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 39.45%
G = 33.49%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56493B (or 0x56493B) is known color: Metallic Bronze. HEX triplet: 56, 49 and 3B. RGB value is (86,73,59). Sum of RGB (Red+Green+Blue) = 86+73+59=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56493B is #A9B6C4. Grayscale: #4B4B4B. Windows color (decimal): -11122373 or 3885398. OLE color: 3885398.

HSL color Cylindrical-coordinate representation of color #56493B: hue angle of 31.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56493B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 59 -
CMYK 0 0.15 0.31 0.66
HSL 31.11º 0.19% 0.28% -
HSV(B) 31.11º 0.31% 0.34% -
XYZ 7.01 7.06 5.13 -
YUV 75.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 86 73 59 0 0.15 0.31 0.66 31.11 0.19 0.28
Hex 56 49 3B 0 F 1F 42 1F 13 1C
Octal 126 111 73 0 17 37 102 37 23 34
Binary 1010110 1001001 111011 0 1111 11111 1000010 11111 10011 11100

Color Harmonies of #56493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56493B

Black with #56493B

Text Example


Text Example

White with #56493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56493B; }

 p { color: rgb(86,73,59); }

 H1.HeaderClassName
 {
   color: #56493B;
 }
 .AnyTagClassName
 {
   color: #56493B;
 }
</style>

background-color css

<style>
 a { background-color: #56493B; }

 a { background-color: rgb(86,73,59); }

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

border-color css

<style>
 span { border-color: #56493B; }

 span { border-color: rgb(86,73,59); }

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