#795023

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

Shades of Hot Curry #795023

Tints of Hot Curry #795023

Color information

#795023 (or 0x795023) is unknown color: approx Hot Curry. HEX triplet: 79, 50 and 23. RGB value is (121,80,35). Sum of RGB (Red+Green+Blue) = 121+80+35=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #795023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795023 is #86AFDC. Grayscale: #575757. Windows color (decimal): -8826845 or 2314361. OLE color: 2314361.

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

Color convert

RGB1218035-
CMYK00.340.710.53
HSL31.4º55.13%30.59%-
HSV(B)31.4º71.07%47.45%-
XYZ11.069.922.92-
YUV87.1398.58152.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 35 (14.06% from 255) = 14.83%
R=51.27%
G=33.90%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121803500.340.710.5331.455.1330.59
Hex79502302247351f371f
Octal1711204304210765376737
Binary11110011010000100011010001010001111101011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795023; }

 p { color: rgb(121,80,35); }

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

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

 a { background-color: rgb(121,80,35); }

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

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

 span { border-color: rgb(121,80,35); }

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