#835A13

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

Shades of Hot Curry #835A13

Tints of Hot Curry #835A13

Color information

#835A13 (or 0x835A13) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 13. RGB value is (131,90,19). Sum of RGB (Red+Green+Blue) = 131+90+19=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #835A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835A13 is #7CA5EC. Grayscale: #5E5E5E. Windows color (decimal): -8168941 or 1268355. OLE color: 1268355.

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

Color convert

RGB1319019-
CMYK00.310.850.49
HSL38.04º74.67%29.41%-
HSV(B)38.04º85.5%51.37%-
XYZ13.1312.182.28-
YUV94.1685.58154.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=54.58%
G=37.5%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131901900.310.850.4938.0474.6729.41
Hex835A1301F5531264b1d
Octal20313223037125614611335
Binary100000111011010100110111111010101110001100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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