#835d27

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

Shades of Hot Curry #835D27

Tints of Hot Curry #835D27

Color information

#835D27 (or 0x835D27) is unknown color: approx Hot Curry. HEX triplet: 83, 5D and 27. RGB value is (131,93,39). Sum of RGB (Red+Green+Blue) = 131+93+39=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D27 is #7CA2D8. Grayscale: #626262. Windows color (decimal): -8168153 or 2579843. OLE color: 2579843.

HSL color Cylindrical-coordinate representation of color #835D27: hue angle of 35.22º 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 #835D27 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1319339-
CMYK00.290.700.49
HSL35.22º54.12%33.33%-
HSV(B)35.22º70.23%51.37%-
XYZ13.6412.83.67-
YUV98.2194.59151.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=49.81%
G=35.36%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131933900.290.700.4935.2254.1233.33
Hex835D2701D4631233621
Octal2031354703510661436641
Binary1000001110111011001110111011000110110001100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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