#856125

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

Shades of Hot Curry #856125

Tints of Hot Curry #856125

Color information

#856125 (or 0x856125) is unknown color: approx Hot Curry. HEX triplet: 85, 61 and 25. RGB value is (133,97,37). Sum of RGB (Red+Green+Blue) = 133+97+37=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #856125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856125 is #7A9EDA. Grayscale: #656565. Windows color (decimal): -8036059 or 2449797. OLE color: 2449797.

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

Color convert

RGB1339737-
CMYK00.270.720.48
HSL37.5º56.47%33.33%-
HSV(B)37.5º72.18%52.16%-
XYZ14.2813.673.64-
YUV100.9291.93150.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=49.81%
G=36.33%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133973700.270.720.4837.556.4733.33
Hex85612501B4830263821
Octal2051414503311060467041
Binary1000010111000011001010110111001000110000100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856125; }

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

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

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

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

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

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

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

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