#865925

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

Shades of Hot Curry #865925

Tints of Hot Curry #865925

Color information

#865925 (or 0x865925) is unknown color: approx Hot Curry. HEX triplet: 86, 59 and 25. RGB value is (134,89,37). Sum of RGB (Red+Green+Blue) = 134+89+37=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #865925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865925 is #79A6DA. Grayscale: #606060. Windows color (decimal): -7972571 or 2447750. OLE color: 2447750.

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

Color convert

RGB1348937-
CMYK00.340.720.47
HSL32.16º56.73%33.53%-
HSV(B)32.16º72.39%52.55%-
XYZ13.7412.353.41-
YUV96.5394.41154.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=51.54%
G=34.23%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134893700.340.720.4732.1656.7333.53
Hex865925022482F203922
Octal2061314504211057407142
Binary10000110101100110010101000101001000101111100000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865925; }

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

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

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

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

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

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

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

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