#51481C

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

Shades of Bronze Olive #51481C

Tints of Bronze Olive #51481C

Color information

#51481C (or 0x51481C) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 1C. RGB value is (81,72,28). Sum of RGB (Red+Green+Blue) = 81+72+28=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51481C is #AEB7E3. Grayscale: #454545. Windows color (decimal): -11450340 or 1853521. OLE color: 1853521.

HSL color Cylindrical-coordinate representation of color #51481C: hue angle of 49.81º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51481C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB817228-
CMYK00.110.650.68
HSL49.81º48.62%21.37%-
HSV(B)49.81º65.43%31.76%-
XYZ5.926.472.04-
YUV69.67104.48136.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=44.75%
G=39.78%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81722800.110.650.6849.8148.6221.37
Hex51481C0B4144323115
Octal12111034013101104626125
Binary1010001100100011100010111000001100010011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51481C; }

 p { color: rgb(81,72,28); }

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

<style>
 a { background-color: #51481C; }

 a { background-color: rgb(81,72,28); }

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

<style>
 span { border-color: #51481C; }

 span { border-color: rgb(81,72,28); }

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