#51471F

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

Shades of Bronze Olive #51471F

Tints of Bronze Olive #51471F

Color information

#51471F (or 0x51471F) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 1F. RGB value is (81,71,31). Sum of RGB (Red+Green+Blue) = 81+71+31=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471F is #AEB8E0. Grayscale: #454545. Windows color (decimal): -11450593 or 2049873. OLE color: 2049873.

HSL color Cylindrical-coordinate representation of color #51471F: hue angle of 48º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51471F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB817131-
CMYK00.120.620.68
HSL48º44.64%21.96%-
HSV(B)48º61.73%31.76%-
XYZ5.896.352.21-
YUV69.43106.31136.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=44.26%
G=38.80%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81713100.120.620.684844.6421.96
Hex51471F0C3E44302d16
Octal1211073701476104605526
Binary101000110001111111101100111110100010011000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,71,31); }

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

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

 a { background-color: rgb(81,71,31); }

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

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

 span { border-color: rgb(81,71,31); }

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