#85632D

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

Shades of Hot Curry #85632D

Tints of Hot Curry #85632D

Color information

#85632D (or 0x85632D) is unknown color: approx Hot Curry. HEX triplet: 85, 63 and 2D. RGB value is (133,99,45). Sum of RGB (Red+Green+Blue) = 133+99+45=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85632D is #7A9CD2. Grayscale: #676767. Windows color (decimal): -8035539 or 2974597. OLE color: 2974597.

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

Color convert

RGB1339945-
CMYK00.260.660.48
HSL36.82º49.44%34.9%-
HSV(B)36.82º66.17%52.16%-
XYZ14.6114.14.43-
YUV103.0195.26149.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=48.01%
G=35.74%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133994500.260.660.4836.8249.4434.9
Hex85632D01A4230253123
Octal2051435503210260456143
Binary1000010111000111011010110101000010110000100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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