#835A25

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

Shades of Hot Curry #835A25

Tints of Hot Curry #835A25

Color information

#835A25 (or 0x835A25) is unknown color: approx Hot Curry. HEX triplet: 83, 5A and 25. RGB value is (131,90,37). Sum of RGB (Red+Green+Blue) = 131+90+37=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #835A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A25 is #7CA5DA. Grayscale: #606060. Windows color (decimal): -8168923 or 2448003. OLE color: 2448003.

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

Color convert

RGB1319037-
CMYK00.310.720.49
HSL33.83º55.95%32.94%-
HSV(B)33.83º71.76%51.37%-
XYZ13.3512.273.42-
YUV96.2294.58152.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=50.78%
G=34.88%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131903700.310.720.4933.8355.9532.94
Hex835A2501F4831223821
Octal2031324503711061427041
Binary1000001110110101001010111111001000110001100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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