#835a1e

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

Shades of Hot Curry #835A1E

Tints of Hot Curry #835A1E

Color information

#835A1E (or 0x835A1E) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 1E. RGB value is (131,90,30). Sum of RGB (Red+Green+Blue) = 131+90+30=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #835A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A1E is #7CA5E1. Grayscale: #5F5F5F. Windows color (decimal): -8168930 or 1989251. OLE color: 1989251.

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

Color convert

RGB1319030-
CMYK00.310.770.49
HSL35.64º62.73%31.57%-
HSV(B)35.64º77.1%51.37%-
XYZ13.2512.232.89-
YUV95.4291.08153.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=52.19%
G=35.86%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131903000.310.770.4935.6462.7331.57
Hex835A1E01F4D31243f20
Octal2031323603711561447740
Binary100000111011010111100111111001101110001100100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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