#85612B

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

Shades of Hot Curry #85612B

Tints of Hot Curry #85612B

Color information

#85612B (or 0x85612B) is unknown color: approx Hot Curry. HEX triplet: 85, 61 and 2B. RGB value is (133,97,43). Sum of RGB (Red+Green+Blue) = 133+97+43=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85612B is #7A9ED4. Grayscale: #656565. Windows color (decimal): -8036053 or 2843013. OLE color: 2843013.

HSL color Cylindrical-coordinate representation of color #85612B: hue angle of 36º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85612B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1339743-
CMYK00.270.680.48
HSL36º51.14%34.51%-
HSV(B)36º67.67%52.16%-
XYZ14.3813.714.17-
YUV101.6194.93150.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=48.72%
G=35.53%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133974300.270.680.483651.1434.51
Hex85612B01B4430243323
Octal2051415303310460446343
Binary1000010111000011010110110111000100110000100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85612B; }

 p { color: rgb(133,97,43); }

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

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

 a { background-color: rgb(133,97,43); }

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

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

 span { border-color: rgb(133,97,43); }

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