#85602E

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

Shades of Hot Curry #85602E

Tints of Hot Curry #85602E

Color information

#85602E (or 0x85602E) is unknown color: approx Hot Curry. HEX triplet: 85, 60 and 2E. RGB value is (133,96,46). Sum of RGB (Red+Green+Blue) = 133+96+46=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85602E is #7A9FD1. Grayscale: #656565. Windows color (decimal): -8036306 or 3039365. OLE color: 3039365.

HSL color Cylindrical-coordinate representation of color #85602E: hue angle of 34.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85602E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1339646-
CMYK00.280.650.48
HSL34.48º48.6%35.1%-
HSV(B)34.48º65.41%52.16%-
XYZ14.3513.554.44-
YUV101.3696.76150.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=48.36%
G=34.91%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133964600.280.650.4834.4848.635.1
Hex85602E01C4130223123
Octal2051405603410160426143
Binary1000010111000001011100111001000001110000100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85602E; }

 p { color: rgb(133,96,46); }

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

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

 a { background-color: rgb(133,96,46); }

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

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

 span { border-color: rgb(133,96,46); }

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