#51442D

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

Shades of Deep Bronze #51442D

Tints of Deep Bronze #51442D

Color information

#51442D (or 0x51442D) is unknown color: approx Deep Bronze. HEX triplet: 51, 44 and 2D. RGB value is (81,68,45). Sum of RGB (Red+Green+Blue) = 81+68+45=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442D is #AEBBD2. Grayscale: #454545. Windows color (decimal): -11451347 or 2966609. OLE color: 2966609.

HSL color Cylindrical-coordinate representation of color #51442D: hue angle of 38.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51442D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB816845-
CMYK00.160.440.68
HSL38.33º28.57%24.71%-
HSV(B)38.33º44.44%31.76%-
XYZ5.936.073.34-
YUV69.26114.31136.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=41.75%
G=35.05%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684500.160.440.6838.3328.5724.71
Hex51442D0102C44261d19
Octal1211045502054104463531
Binary1010001100010010110101000010110010001001001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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