#836132

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

Shades of Hot Curry #836132

Tints of Hot Curry #836132

Color information

#836132 (or 0x836132) is unknown color: approx Hot Curry. HEX triplet: 83, 61 and 32. RGB value is (131,97,50). Sum of RGB (Red+Green+Blue) = 131+97+50=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #836132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836132 is #7C9ECD. Grayscale: #666666. Windows color (decimal): -8167118 or 3301763. OLE color: 3301763.

HSL color Cylindrical-coordinate representation of color #836132: hue angle of 34.81º 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 #836132 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1319750-
CMYK00.260.620.49
HSL34.81º44.75%35.49%-
HSV(B)34.81º61.83%51.37%-
XYZ14.2113.64.89-
YUV101.8198.76148.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=47.12%
G=34.89%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131975000.260.620.4934.8144.7535.49
Hex83613201A3E31232d23
Octal203141620327661435543
Binary100000111100001110010011010111110110001100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836132; }

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

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

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

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

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

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

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

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