#51402F

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

Shades of Deep Bronze #51402F

Tints of Deep Bronze #51402F

Color information

#51402F (or 0x51402F) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 2F. RGB value is (81,64,47). Sum of RGB (Red+Green+Blue) = 81+64+47=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402F is #AEBFD0. Grayscale: #434343. Windows color (decimal): -11452369 or 3096657. OLE color: 3096657.

HSL color Cylindrical-coordinate representation of color #51402F: hue angle of 30º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51402F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB816447-
CMYK00.210.420.68
HSL30º26.56%25.1%-
HSV(B)30º41.98%31.76%-
XYZ5.745.623.47-
YUV67.14116.63137.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=42.19%
G=33.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81644700.210.420.683026.5625.1
Hex51402F0152A441e1b19
Octal1211005702552104363331
Binary101000110000001011110101011010101000100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51402F; }

 p { color: rgb(81,64,47); }

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

<style>
 a { background-color: #51402F; }

 a { background-color: rgb(81,64,47); }

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

<style>
 span { border-color: #51402F; }

 span { border-color: rgb(81,64,47); }

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