#775823

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

Shades of Hot Curry #775823

Tints of Hot Curry #775823

Color information

#775823 (or 0x775823) is unknown color: approx Hot Curry. HEX triplet: 77, 58 and 23. RGB value is (119,88,35). Sum of RGB (Red+Green+Blue) = 119+88+35=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775823 is #88A7DC. Grayscale: #5B5B5B. Windows color (decimal): -8955869 or 2316407. OLE color: 2316407.

HSL color Cylindrical-coordinate representation of color #775823: hue angle of 37.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #775823 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1198835-
CMYK00.260.710.53
HSL37.86º54.55%30.2%-
HSV(B)37.86º70.59%46.67%-
XYZ11.411.023.12-
YUV91.2396.27147.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 35 (14.06% from 255) = 14.46%
R=49.17%
G=36.36%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119883500.260.710.5337.8654.5530.2
Hex77582301A473526371e
Octal1671304303210765466736
Binary11101111011000100011011010100011111010110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775823; }

 p { color: rgb(119,88,35); }

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

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

 a { background-color: rgb(119,88,35); }

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

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

 span { border-color: rgb(119,88,35); }

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