#856025

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

Shades of Hot Curry #856025

Tints of Hot Curry #856025

Color information

#856025 (or 0x856025) is unknown color: approx Hot Curry. HEX triplet: 85, 60 and 25. RGB value is (133,96,37). Sum of RGB (Red+Green+Blue) = 133+96+37=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856025 is #7A9FDA. Grayscale: #646464. Windows color (decimal): -8036315 or 2449541. OLE color: 2449541.

HSL color Cylindrical-coordinate representation of color #856025: hue angle of 36.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856025 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1339637-
CMYK00.280.720.48
HSL36.88º56.47%33.33%-
HSV(B)36.88º72.18%52.16%-
XYZ14.1913.493.61-
YUV100.3492.26151.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=50%
G=36.09%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133963700.280.720.4836.8856.4733.33
Hex85602501C4830253821
Octal2051404503411060457041
Binary1000010111000001001010111001001000110000100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856025; }

 p { color: rgb(133,96,37); }

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

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

 a { background-color: rgb(133,96,37); }

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

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

 span { border-color: rgb(133,96,37); }

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