#835B28

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

Shades of Hot Curry #835B28

Tints of Hot Curry #835B28

Color information

#835B28 (or 0x835B28) is unknown color: approx Hot Curry. HEX triplet: 83, 5B and 28. RGB value is (131,91,40). Sum of RGB (Red+Green+Blue) = 131+91+40=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #835B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B28 is #7CA4D7. Grayscale: #616161. Windows color (decimal): -8168664 or 2644867. OLE color: 2644867.

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

Color convert

RGB1319140-
CMYK00.310.690.49
HSL33.63º53.22%33.53%-
HSV(B)33.63º69.47%51.37%-
XYZ13.4812.463.7-
YUV97.1595.75152.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=50%
G=34.73%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131914000.310.690.4933.6353.2233.53
Hex835B2801F4531223522
Octal2031335003710561426542
Binary1000001110110111010000111111000101110001100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,91,40); }

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

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

 a { background-color: rgb(131,91,40); }

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

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

 span { border-color: rgb(131,91,40); }

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