#845E1B

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

Shades of Hot Curry #845E1B

Tints of Hot Curry #845E1B

Color information

#845E1B (or 0x845E1B) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 1B. RGB value is (132,94,27). Sum of RGB (Red+Green+Blue) = 132+94+27=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E1B is #7BA1E4. Grayscale: #626262. Windows color (decimal): -8102373 or 1793668. OLE color: 1793668.

HSL color Cylindrical-coordinate representation of color #845E1B: hue angle of 38.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #845E1B is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1329427-
CMYK00.290.800.48
HSL38.29º66.04%31.18%-
HSV(B)38.29º79.55%51.76%-
XYZ13.7212.992.82-
YUV97.7288.09152.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=52.17%
G=37.15%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132942700.290.800.4838.2966.0431.18
Hex845E1B01D503026421f
Octal20413633035120604610237
Binary100001001011110110110111011010000110000100110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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