#835933

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

Shades of Hot Curry #835933

Tints of Hot Curry #835933

Color information

#835933 (or 0x835933) is unknown color: approx Hot Curry. HEX triplet: 83, 59 and 33. RGB value is (131,89,51). Sum of RGB (Red+Green+Blue) = 131+89+51=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #835933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835933 is #7CA6CC. Grayscale: #616161. Windows color (decimal): -8169165 or 3365251. OLE color: 3365251.

HSL color Cylindrical-coordinate representation of color #835933: hue angle of 28.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835933 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1318951-
CMYK00.320.610.49
HSL28.5º43.96%35.69%-
HSV(B)28.5º61.07%51.37%-
XYZ13.5312.214.78-
YUV97.23101.91152.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=48.34%
G=32.84%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131895100.320.610.4928.543.9635.69
Hex8359330203D311c2c24
Octal203131630407561345444
Binary100000111011001110011010000011110111000111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835933; }

 p { color: rgb(131,89,51); }

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

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

 a { background-color: rgb(131,89,51); }

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

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

 span { border-color: rgb(131,89,51); }

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