#845B1E

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

Shades of Hot Curry #845B1E

Tints of Hot Curry #845B1E

Color information

#845B1E (or 0x845B1E) is unknown color: approx Hot Curry. HEX triplet: 84, 5B and 1E. RGB value is (132,91,30). Sum of RGB (Red+Green+Blue) = 132+91+30=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B1E is #7BA4E1. Grayscale: #606060. Windows color (decimal): -8103138 or 1989508. OLE color: 1989508.

HSL color Cylindrical-coordinate representation of color #845B1E: hue angle of 35.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #845B1E is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1329130-
CMYK00.310.770.48
HSL35.88º62.96%31.76%-
HSV(B)35.88º77.27%51.76%-
XYZ13.4912.482.93-
YUV96.390.58153.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=52.17%
G=35.97%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132913000.310.770.4835.8862.9631.76
Hex845B1E01F4D30243f20
Octal2041333603711560447740
Binary100001001011011111100111111001101110000100100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,30); }

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

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

 a { background-color: rgb(132,91,30); }

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

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

 span { border-color: rgb(132,91,30); }

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