#855826

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

Shades of Hot Curry #855826

Tints of Hot Curry #855826

Color information

#855826 (or 0x855826) is unknown color: approx Hot Curry. HEX triplet: 85, 58 and 26. RGB value is (133,88,38). Sum of RGB (Red+Green+Blue) = 133+88+38=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855826 is #7AA7D9. Grayscale: #606060. Windows color (decimal): -8038362 or 2513029. OLE color: 2513029.

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

Color convert

RGB1338838-
CMYK00.340.710.48
HSL31.58º55.56%33.53%-
HSV(B)31.58º71.43%52.16%-
XYZ13.5112.113.46-
YUV95.7695.41154.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=51.35%
G=33.98%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133883800.340.710.4831.5855.5633.53
Hex8558260224730203822
Octal2051304604210760407042
Binary10000101101100010011001000101000111110000100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855826; }

 p { color: rgb(133,88,38); }

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

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

 a { background-color: rgb(133,88,38); }

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

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

 span { border-color: rgb(133,88,38); }

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