#845E2E

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

Shades of Hot Curry #845E2E

Tints of Hot Curry #845E2E

Color information

#845E2E (or 0x845E2E) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 2E. RGB value is (132,94,46). Sum of RGB (Red+Green+Blue) = 132+94+46=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E2E is #7BA1D1. Grayscale: #646464. Windows color (decimal): -8102354 or 3038852. OLE color: 3038852.

HSL color Cylindrical-coordinate representation of color #845E2E: hue angle of 33.49º degrees, saturation: 0.48, 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 #845E2E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1329446-
CMYK00.290.650.48
HSL33.49º48.31%34.9%-
HSV(B)33.49º65.15%51.76%-
XYZ14.0113.114.38-
YUV99.8997.59150.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=48.53%
G=34.56%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132944600.290.650.4833.4948.3134.9
Hex845E2E01D4130213023
Octal2041365603510160416043
Binary1000010010111101011100111011000001110000100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,94,46); }

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

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

 a { background-color: rgb(132,94,46); }

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

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

 span { border-color: rgb(132,94,46); }

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