#85642E

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

Shades of Hot Curry #85642E

Tints of Hot Curry #85642E

Color information

#85642E (or 0x85642E) is unknown color: approx Hot Curry. HEX triplet: 85, 64 and 2E. RGB value is (133,100,46). Sum of RGB (Red+Green+Blue) = 133+100+46=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85642E is #7A9BD1. Grayscale: #676767. Windows color (decimal): -8035282 or 3040389. OLE color: 3040389.

HSL color Cylindrical-coordinate representation of color #85642E: hue angle of 37.24º 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 #85642E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13310046-
CMYK00.250.650.48
HSL37.24º48.6%35.1%-
HSV(B)37.24º65.41%52.16%-
XYZ14.7214.34.57-
YUV103.7195.43148.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=47.67%
G=35.84%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331004600.250.650.4837.2448.635.1
Hex85642E0194130253123
Octal2051445603110160456143
Binary1000010111001001011100110011000001110000100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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