#845D27

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

Shades of Hot Curry #845D27

Tints of Hot Curry #845D27

Color information

#845D27 (or 0x845D27) is unknown color: approx Hot Curry. HEX triplet: 84, 5D and 27. RGB value is (132,93,39). Sum of RGB (Red+Green+Blue) = 132+93+39=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D27 is #7BA2D8. Grayscale: #626262. Windows color (decimal): -8102617 or 2579844. OLE color: 2579844.

HSL color Cylindrical-coordinate representation of color #845D27: hue angle of 34.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845D27 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1329339-
CMYK00.300.700.48
HSL34.84º54.39%33.53%-
HSV(B)34.84º70.45%51.76%-
XYZ13.812.883.68-
YUV98.594.42151.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=50%
G=35.23%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132933900.300.700.4834.8454.3933.53
Hex845D2701E4630233622
Octal2041354703610660436642
Binary1000010010111011001110111101000110110000100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D27; }

 p { color: rgb(132,93,39); }

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

<style>
 a { background-color: #845D27; }

 a { background-color: rgb(132,93,39); }

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

<style>
 span { border-color: #845D27; }

 span { border-color: rgb(132,93,39); }

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