#845D30

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

Shades of Hot Curry #845D30

Tints of Hot Curry #845D30

Color information

#845D30 (or 0x845D30) is unknown color: approx Hot Curry. HEX triplet: 84, 5D and 30. RGB value is (132,93,48). Sum of RGB (Red+Green+Blue) = 132+93+48=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D30 is #7BA2CF. Grayscale: #636363. Windows color (decimal): -8102608 or 3169668. OLE color: 3169668.

HSL color Cylindrical-coordinate representation of color #845D30: hue angle of 32.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845D30 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1329348-
CMYK00.300.640.48
HSL32.14º46.67%35.29%-
HSV(B)32.14º63.64%51.76%-
XYZ13.9612.954.56-
YUV99.5398.92151.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=48.35%
G=34.07%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132934800.300.640.4832.1446.6735.29
Hex845D3001E4030202f23
Octal2041356003610060405743
Binary1000010010111011100000111101000000110000100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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