#835828

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

Shades of Hot Curry #835828

Tints of Hot Curry #835828

Color information

#835828 (or 0x835828) is unknown color: approx Hot Curry. HEX triplet: 83, 58 and 28. RGB value is (131,88,40). Sum of RGB (Red+Green+Blue) = 131+88+40=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #835828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835828 is #7CA7D7. Grayscale: #5F5F5F. Windows color (decimal): -8169432 or 2644099. OLE color: 2644099.

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

Color convert

RGB1318840-
CMYK00.330.690.49
HSL31.65º53.22%33.53%-
HSV(B)31.65º69.47%51.37%-
XYZ13.2311.963.62-
YUV95.3896.75153.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=50.58%
G=33.98%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131884000.330.690.4931.6553.2233.53
Hex8358280214531203522
Octal2031305004110561406542
Binary10000011101100010100001000011000101110001100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835828; }

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

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

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

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

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

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

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

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