#85622E

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

Shades of Hot Curry #85622E

Tints of Hot Curry #85622E

Color information

#85622E (or 0x85622E) is unknown color: approx Hot Curry. HEX triplet: 85, 62 and 2E. RGB value is (133,98,46). Sum of RGB (Red+Green+Blue) = 133+98+46=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85622E is #7A9DD1. Grayscale: #666666. Windows color (decimal): -8035794 or 3039877. OLE color: 3039877.

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

Color convert

RGB1339846-
CMYK00.260.650.48
HSL35.86º48.6%35.1%-
HSV(B)35.86º65.41%52.16%-
XYZ14.5313.924.51-
YUV102.5496.1149.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=48.01%
G=35.38%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133984600.260.650.4835.8648.635.1
Hex85622E01A4130243123
Octal2051425603210160446143
Binary1000010111000101011100110101000001110000100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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