#835528

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

Shades of Hot Curry #835528

Tints of Hot Curry #835528

Color information

#835528 (or 0x835528) is unknown color: approx Hot Curry. HEX triplet: 83, 55 and 28. RGB value is (131,85,40). Sum of RGB (Red+Green+Blue) = 131+85+40=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #835528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835528 is #7CAAD7. Grayscale: #5D5D5D. Windows color (decimal): -8170200 or 2643331. OLE color: 2643331.

HSL color Cylindrical-coordinate representation of color #835528: hue angle of 29.67º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #835528 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1318540-
CMYK00.350.690.49
HSL29.67º53.22%33.53%-
HSV(B)29.67º69.47%51.37%-
XYZ12.9911.483.54-
YUV93.6297.74154.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=51.17%
G=33.20%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131854000.350.690.4929.6753.2233.53
Hex83552802345311e3522
Octal2031255004310561366542
Binary1000001110101011010000100011100010111000111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835528; }

 p { color: rgb(131,85,40); }

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

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

 a { background-color: rgb(131,85,40); }

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

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

 span { border-color: rgb(131,85,40); }

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