#51451E

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

Shades of Bronze Olive #51451E

Tints of Bronze Olive #51451E

Color information

#51451E (or 0x51451E) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 1E. RGB value is (81,69,30). Sum of RGB (Red+Green+Blue) = 81+69+30=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51451E is #AEBAE1. Grayscale: #444444. Windows color (decimal): -11451106 or 1983825. OLE color: 1983825.

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

Color convert

RGB816930-
CMYK00.150.630.68
HSL45.88º45.95%21.76%-
HSV(B)45.88º62.96%31.76%-
XYZ5.766.12.1-
YUV68.14106.48137.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=45%
G=38.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81693000.150.630.6845.8845.9521.76
Hex51451E0F3F442e2e16
Octal1211053601777104565626
Binary101000110001011111001111111111100010010111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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