#855723

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

Shades of Hot Curry #855723

Tints of Hot Curry #855723

Color information

#855723 (or 0x855723) is unknown color: approx Hot Curry. HEX triplet: 85, 57 and 23. RGB value is (133,87,35). Sum of RGB (Red+Green+Blue) = 133+87+35=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855723 is #7AA8DC. Grayscale: #5F5F5F. Windows color (decimal): -8038621 or 2316165. OLE color: 2316165.

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

Color convert

RGB1338735-
CMYK00.350.740.48
HSL31.84º58.33%32.94%-
HSV(B)31.84º73.68%52.16%-
XYZ13.3811.923.19-
YUV94.8394.24155.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=52.16%
G=34.12%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133873500.350.740.4831.8458.3332.94
Hex8557230234A30203a21
Octal2051274304311260407241
Binary10000101101011110001101000111001010110000100000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855723; }

 p { color: rgb(133,87,35); }

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

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

 a { background-color: rgb(133,87,35); }

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

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

 span { border-color: rgb(133,87,35); }

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