#835628

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

Shades of Hot Curry #835628

Tints of Hot Curry #835628

Color information

#835628 (or 0x835628) is unknown color: approx Hot Curry. HEX triplet: 83, 56 and 28. RGB value is (131,86,40). Sum of RGB (Red+Green+Blue) = 131+86+40=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835628 is #7CA9D7. Grayscale: #5E5E5E. Windows color (decimal): -8169944 or 2643587. OLE color: 2643587.

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

Color convert

RGB1318640-
CMYK00.340.690.49
HSL30.33º53.22%33.53%-
HSV(B)30.33º69.47%51.37%-
XYZ13.0711.633.56-
YUV94.2197.41154.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=50.97%
G=33.46%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131864000.340.690.4930.3353.2233.53
Hex83562802245311e3522
Octal2031265004210561366542
Binary1000001110101101010000100010100010111000111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835628; }

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

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

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

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

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

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

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

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