#835C32

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

Shades of Hot Curry #835C32

Tints of Hot Curry #835C32

Color information

#835C32 (or 0x835C32) is unknown color: approx Hot Curry. HEX triplet: 83, 5C and 32. RGB value is (131,92,50). Sum of RGB (Red+Green+Blue) = 131+92+50=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835C32 is #7CA3CD. Grayscale: #636363. Windows color (decimal): -8168398 or 3300483. OLE color: 3300483.

HSL color Cylindrical-coordinate representation of color #835C32: hue angle of 31.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #835C32 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1319250-
CMYK00.300.620.49
HSL31.11º44.75%35.49%-
HSV(B)31.11º61.83%51.37%-
XYZ13.7612.714.75-
YUV98.87100.42150.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=47.99%
G=33.70%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131925000.300.620.4931.1144.7535.49
Hex835C3201E3E311f2d23
Octal203134620367661375543
Binary10000011101110011001001111011111011000111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C32; }

 p { color: rgb(131,92,50); }

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

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

 a { background-color: rgb(131,92,50); }

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

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

 span { border-color: rgb(131,92,50); }

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