#85632C

Color #85632C Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #85632C

Tints of Hot Curry #85632C

Color information

#85632C (or 0x85632C) is unknown color: approx Hot Curry. HEX triplet: 85, 63 and 2C. RGB value is (133,99,44). Sum of RGB (Red+Green+Blue) = 133+99+44=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85632C is #7A9CD3. Grayscale: #676767. Windows color (decimal): -8035540 or 2909061. OLE color: 2909061.

HSL color Cylindrical-coordinate representation of color #85632C: hue angle of 37.08º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85632C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1339944-
CMYK00.260.670.48
HSL37.08º50.28%34.71%-
HSV(B)37.08º66.92%52.16%-
XYZ14.5914.094.33-
YUV102.994.76149.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=48.19%
G=35.87%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133994400.260.670.4837.0850.2834.71
Hex85632C01A4330253223
Octal2051435403210360456243
Binary1000010111000111011000110101000011110000100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,99,44); }

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

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

 a { background-color: rgb(133,99,44); }

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

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

 span { border-color: rgb(133,99,44); }

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