#835A27

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

Shades of Hot Curry #835A27

Tints of Hot Curry #835A27

Color information

#835A27 (or 0x835A27) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 27. RGB value is (131,90,39). Sum of RGB (Red+Green+Blue) = 131+90+39=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #835A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A27 is #7CA5D8. Grayscale: #606060. Windows color (decimal): -8168921 or 2579075. OLE color: 2579075.

HSL color Cylindrical-coordinate representation of color #835A27: hue angle of 33.26º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #835A27 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1319039-
CMYK00.310.700.49
HSL33.26º54.12%33.33%-
HSV(B)33.26º70.23%51.37%-
XYZ13.3812.283.59-
YUV96.4495.58152.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 39 (15.62% from 255) = 15%
R=50.38%
G=34.62%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131903900.310.700.4933.2654.1233.33
Hex835A2701F4631213621
Octal2031324703710661416641
Binary1000001110110101001110111111000110110001100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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