#835A2E

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

Shades of Hot Curry #835A2E

Tints of Hot Curry #835A2E

Color information

#835A2E (or 0x835A2E) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 2E. RGB value is (131,90,46). Sum of RGB (Red+Green+Blue) = 131+90+46=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #835A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A2E is #7CA5D1. Grayscale: #616161. Windows color (decimal): -8168914 or 3037827. OLE color: 3037827.

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

Color convert

RGB1319046-
CMYK00.310.650.49
HSL31.06º48.02%34.71%-
HSV(B)31.06º64.89%51.37%-
XYZ13.5112.334.25-
YUV97.2499.08152.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=49.06%
G=33.71%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131904600.310.650.4931.0648.0234.71
Hex835A2E01F41311f3023
Octal2031325603710161376043
Binary100000111011010101110011111100000111000111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,90,46); }

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

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

 a { background-color: rgb(131,90,46); }

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

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

 span { border-color: rgb(131,90,46); }

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