#51451B

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

Shades of Bronze Olive #51451B

Tints of Bronze Olive #51451B

Color information

#51451B (or 0x51451B) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 1B. RGB value is (81,69,27). Sum of RGB (Red+Green+Blue) = 81+69+27=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51451B is #AEBAE4. Grayscale: #434343. Windows color (decimal): -11451109 or 1787217. OLE color: 1787217.

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

Color convert

RGB816927-
CMYK00.150.670.68
HSL46.67º50%21.18%-
HSV(B)46.67º66.67%31.76%-
XYZ5.726.081.91-
YUV67.8104.98137.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=45.76%
G=38.98%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81692700.150.670.6846.675021.18
Hex51451B0F43442f3215
Octal12110533017103104576225
Binary1010001100010111011011111000011100010010111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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