#51451D

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

Shades of Bronze Olive #51451D

Tints of Bronze Olive #51451D

Color information

#51451D (or 0x51451D) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 1D. RGB value is (81,69,29). Sum of RGB (Red+Green+Blue) = 81+69+29=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51451D is #AEBAE2. Grayscale: #444444. Windows color (decimal): -11451107 or 1918289. OLE color: 1918289.

HSL color Cylindrical-coordinate representation of color #51451D: hue angle of 46.15º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51451D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB816929-
CMYK00.150.640.68
HSL46.15º47.27%21.57%-
HSV(B)46.15º64.2%31.76%-
XYZ5.746.092.04-
YUV68.03105.98137.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=45.25%
G=38.55%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81692900.150.640.6846.1547.2721.57
Hex51451D0F40442e2f16
Octal12110535017100104565726
Binary1010001100010111101011111000000100010010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,69,29); }

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

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

 a { background-color: rgb(81,69,29); }

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

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

 span { border-color: rgb(81,69,29); }

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