#854639

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

Shades of Nutmeg #854639

Tints of Nutmeg #854639

Color information

#854639 (or 0x854639) is unknown color: approx Nutmeg. HEX triplet: 85, 46 and 39. RGB value is (133,70,57). Sum of RGB (Red+Green+Blue) = 133+70+57=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854639 is #7AB9C6. Grayscale: #575757. Windows color (decimal): -8042951 or 3753605. OLE color: 3753605.

HSL color Cylindrical-coordinate representation of color #854639: hue angle of 10.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854639 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1337057-
CMYK00.470.570.48
HSL10.26º40%37.25%-
HSV(B)10.26º57.14%52.16%-
XYZ12.69.665.07-
YUV87.36110.87160.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=51.15%
G=26.92%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133705700.470.570.4810.264037.25
Hex85463902F3930a2825
Octal205106710577160125045
Binary10000101100011011100101011111110011100001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854639; }

 p { color: rgb(133,70,57); }

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

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

 a { background-color: rgb(133,70,57); }

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

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

 span { border-color: rgb(133,70,57); }

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