#56422D

Color #56422D Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #56422D

Tints of Deep Bronze #56422D

Color information

#56422D (or 0x56422D) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 2D. RGB value is (86,66,45). Sum of RGB (Red+Green+Blue) = 86+66+45=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56422D is #A9BDD2. Grayscale: #454545. Windows color (decimal): -11124179 or 2966102. OLE color: 2966102.

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

Color convert

RGB866645-
CMYK00.230.480.66
HSL30.73º31.3%25.69%-
HSV(B)30.73º47.67%33.73%-
XYZ6.266.063.32-
YUV69.59114.13139.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=43.65%
G=33.50%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86664500.230.480.6630.7331.325.69
Hex56422D01730421f1f1a
Octal1261025502760102373732
Binary101011010000101011010101111100001000010111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56422D;
 }
 .AnyTagClassName
 {
   color: #56422D;
 }
</style>
background-color css

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

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

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

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

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

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