Html Css Color HEX #56442D Deep Bronze

📋 copy color: '#56442D'

red 86 ◦ green 68 ◦ blue 45

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

Shades of Deep Bronze #56442D

Tints of Deep Bronze #56442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

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

R = 43.22%
G = 34.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#56442D (or 0x56442D) is known color: Deep Bronze. HEX triplet: 56, 44 and 2D. RGB value is (86,68,45). Sum of RGB (Red+Green+Blue) = 86+68+45=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56442D is #A9BBD2. Grayscale: #464646. Windows color (decimal): -11123667 or 2966614. OLE color: 2966614.

HSL color Cylindrical-coordinate representation of color #56442D: hue angle of 33.66º 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 #56442D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 45 -
CMYK 0 0.21 0.48 0.66
HSL 33.66º 0.31% 0.26% -
HSV(B) 33.66º 0.48% 0.34% -
XYZ 6.38 6.3 3.36 -
YUV 70.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 86 68 45 0 0.21 0.48 0.66 33.66 0.31 0.26
Hex 56 44 2D 0 15 30 42 22 1F 1A
Octal 126 104 55 0 25 60 102 42 37 32
Binary 1010110 1000100 101101 0 10101 110000 1000010 100010 11111 11010

Color Harmonies of #56442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56442D

Black with #56442D

Text Example


Text Example

White with #56442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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