#51442E

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

Shades of Deep Bronze #51442E

Tints of Deep Bronze #51442E

Color information

#51442E (or 0x51442E) is unknown color: approx Deep Bronze. HEX triplet: 51, 44 and 2E. RGB value is (81,68,46). Sum of RGB (Red+Green+Blue) = 81+68+46=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442E is #AEBBD1. Grayscale: #454545. Windows color (decimal): -11451346 or 3032145. OLE color: 3032145.

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

Color convert

RGB816846-
CMYK00.160.430.68
HSL37.71º27.56%24.9%-
HSV(B)37.71º43.21%31.76%-
XYZ5.956.083.44-
YUV69.38114.81136.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=41.54%
G=34.87%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684600.160.430.6837.7127.5624.9
Hex51442E0102B44261c19
Octal1211045602053104463431
Binary1010001100010010111001000010101110001001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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