#875829

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

Shades of Hot Curry #875829

Tints of Hot Curry #875829

Color information

#875829 (or 0x875829) is unknown color: approx Hot Curry. HEX triplet: 87, 58 and 29. RGB value is (135,88,41). Sum of RGB (Red+Green+Blue) = 135+88+41=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #875829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875829 is #78A7D6. Grayscale: #606060. Windows color (decimal): -7907287 or 2709639. OLE color: 2709639.

HSL color Cylindrical-coordinate representation of color #875829: hue angle of 30º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #875829 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1358841-
CMYK00.350.700.47
HSL30º53.41%34.51%-
HSV(B)30º69.63%52.94%-
XYZ13.8812.293.74-
YUV96.796.57155.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=51.14%
G=33.33%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135884100.350.700.473053.4134.51
Hex875829023462F1e3523
Octal2071305104310657366543
Binary1000011110110001010010100011100011010111111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875829; }

 p { color: rgb(135,88,41); }

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

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

 a { background-color: rgb(135,88,41); }

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

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

 span { border-color: rgb(135,88,41); }

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