Html Css Color HEX #56462D Deep Bronze

📋 copy color: '#56462D'

red 86 ◦ green 70 ◦ blue 45

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

Shades of Deep Bronze #56462D

Tints of Deep Bronze #56462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 42.79%
G = 34.83%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#56462D (or 0x56462D) is known color: Deep Bronze. HEX triplet: 56, 46 and 2D. RGB value is (86,70,45). Sum of RGB (Red+Green+Blue) = 86+70+45=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56462D is #A9B9D2. Grayscale: #484848. Windows color (decimal): -11123155 or 2967126. OLE color: 2967126.

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

Color convert

RGB 86 70 45 -
CMYK 0 0.19 0.48 0.66
HSL 36.59º 0.31% 0.26% -
HSV(B) 36.59º 0.48% 0.34% -
XYZ 6.5 6.55 3.4 -
YUV 71.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 86 70 45 0 0.19 0.48 0.66 36.59 0.31 0.26
Hex 56 46 2D 0 13 30 42 25 1F 1A
Octal 126 106 55 0 23 60 102 45 37 32
Binary 1010110 1000110 101101 0 10011 110000 1000010 100101 11111 11010

Color Harmonies of #56462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56462D

Black with #56462D

Text Example


Text Example

White with #56462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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