#846330

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

Shades of Hot Curry #846330

Tints of Hot Curry #846330

Color information

#846330 (or 0x846330) is unknown color: approx Hot Curry. HEX triplet: 84, 63 and 30. RGB value is (132,99,48). Sum of RGB (Red+Green+Blue) = 132+99+48=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #846330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846330 is #7B9CCF. Grayscale: #676767. Windows color (decimal): -8101072 or 3171204. OLE color: 3171204.

HSL color Cylindrical-coordinate representation of color #846330: hue angle of 36.43º 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 #846330 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1329948-
CMYK00.250.640.48
HSL36.43º46.67%35.29%-
HSV(B)36.43º63.64%51.76%-
XYZ14.5114.044.74-
YUV103.0596.93148.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=47.31%
G=35.48%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132994800.250.640.4836.4346.6735.29
Hex8463300194030242f23
Octal2041436003110060445743
Binary1000010011000111100000110011000000110000100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846330; }

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

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

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

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

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

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

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

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