#835F2F

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

Shades of Hot Curry #835F2F

Tints of Hot Curry #835F2F

Color information

#835F2F (or 0x835F2F) is unknown color: approx Hot Curry. HEX triplet: 83, 5F and 2F. RGB value is (131,95,47). Sum of RGB (Red+Green+Blue) = 131+95+47=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F2F is #7CA0D0. Grayscale: #646464. Windows color (decimal): -8167633 or 3104643. OLE color: 3104643.

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

Color convert

RGB1319547-
CMYK00.270.640.49
HSL34.29º47.19%34.9%-
HSV(B)34.29º64.12%51.37%-
XYZ13.9713.214.5-
YUV100.2997.93149.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=47.99%
G=34.80%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131954700.270.640.4934.2947.1934.9
Hex835F2F01B4031222f23
Octal2031375703310061425743
Binary1000001110111111011110110111000000110001100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,95,47); }

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

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

 a { background-color: rgb(131,95,47); }

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

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

 span { border-color: rgb(131,95,47); }

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