#835925

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

Shades of Hot Curry #835925

Tints of Hot Curry #835925

Color information

#835925 (or 0x835925) is unknown color: approx Hot Curry. HEX triplet: 83, 59 and 25. RGB value is (131,89,37). Sum of RGB (Red+Green+Blue) = 131+89+37=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #835925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835925 is #7CA6DA. Grayscale: #5F5F5F. Windows color (decimal): -8169179 or 2447747. OLE color: 2447747.

HSL color Cylindrical-coordinate representation of color #835925: hue angle of 33.19º 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 #835925 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1318937-
CMYK00.320.720.49
HSL33.19º55.95%32.94%-
HSV(B)33.19º71.76%51.37%-
XYZ13.2712.13.39-
YUV95.6394.91153.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=50.97%
G=34.63%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131893700.320.720.4933.1955.9532.94
Hex8359250204831213821
Octal2031314504011061417041
Binary10000011101100110010101000001001000110001100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835925; }

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

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

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

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

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

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

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

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