#846530

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

Shades of Hot Curry #846530

Tints of Hot Curry #846530

Color information

#846530 (or 0x846530) is unknown color: approx Hot Curry. HEX triplet: 84, 65 and 30. RGB value is (132,101,48). Sum of RGB (Red+Green+Blue) = 132+101+48=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #846530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846530 is #7B9ACF. Grayscale: #686868. Windows color (decimal): -8100560 or 3171716. OLE color: 3171716.

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

Color convert

RGB13210148-
CMYK00.230.640.48
HSL37.86º46.67%35.29%-
HSV(B)37.86º63.64%51.76%-
XYZ14.714.434.81-
YUV104.2396.27147.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=46.98%
G=35.94%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321014800.230.640.4837.8646.6735.29
Hex8465300174030262f23
Octal2041456002710060465743
Binary1000010011001011100000101111000000110000100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846530; }

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

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

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

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

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

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

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

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