#514E33

Color #514E33 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #514E33

Tints of Camouflage #514E33

Color information

#514E33 (or 0x514E33) is unknown color: approx Camouflage. HEX triplet: 51, 4E and 33. RGB value is (81,78,51). Sum of RGB (Red+Green+Blue) = 81+78+51=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E33 is #AEB1CC. Grayscale: #4B4B4B. Windows color (decimal): -11448781 or 3362385. OLE color: 3362385.

HSL color Cylindrical-coordinate representation of color #514E33: hue angle of 54º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514E33 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB817851-
CMYK00.040.370.68
HSL54º22.73%25.88%-
HSV(B)54º37.04%31.76%-
XYZ6.727.444.21-
YUV75.82113.99131.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=38.57%
G=37.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81785100.040.370.685422.7325.88
Hex514E3304254436171a
Octal121116630445104662732
Binary10100011001110110011010010010110001001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E33; }

 p { color: rgb(81,78,51); }

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

<style>
 a { background-color: #514E33; }

 a { background-color: rgb(81,78,51); }

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

<style>
 span { border-color: #514E33; }

 span { border-color: rgb(81,78,51); }

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