Html Css Color HEX #56462C Deep Bronze

📋 copy color: '#56462C'

red 86 ◦ green 70 ◦ blue 44

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

Shades of Deep Bronze #56462C

Tints of Deep Bronze #56462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

 BLUE value IS 44 (17.58% from 255) = 22%

R = 43%
G = 35%
B = 22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56462C (or 0x56462C) is known color: Deep Bronze. HEX triplet: 56, 46 and 2C. RGB value is (86,70,44). Sum of RGB (Red+Green+Blue) = 86+70+44=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56462C is #A9B9D3. Grayscale: #474747. Windows color (decimal): -11123156 or 2901590. OLE color: 2901590.

HSL color Cylindrical-coordinate representation of color #56462C: hue angle of 37.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56462C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 44 -
CMYK 0 0.19 0.49 0.66
HSL 37.14º 0.32% 0.25% -
HSV(B) 37.14º 0.49% 0.34% -
XYZ 6.48 6.54 3.3 -
YUV 71.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 86 70 44 0 0.19 0.49 0.66 37.14 0.32 0.25
Hex 56 46 2C 0 13 31 42 25 20 19
Octal 126 106 54 0 23 61 102 45 40 31
Binary 1010110 1000110 101100 0 10011 110001 1000010 100101 100000 11001

Color Harmonies of #56462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56462C

Black with #56462C

Text Example


Text Example

White with #56462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56462C; }

 p { color: rgb(86,70,44); }

 H1.HeaderClassName
 {
   color: #56462C;
 }
 .AnyTagClassName
 {
   color: #56462C;
 }
</style>

background-color css

<style>
 a { background-color: #56462C; }

 a { background-color: rgb(86,70,44); }

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

border-color css

<style>
 span { border-color: #56462C; }

 span { border-color: rgb(86,70,44); }

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