#795C1D

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

Shades of Hot Curry #795C1D

Tints of Hot Curry #795C1D

Color information

#795C1D (or 0x795C1D) is unknown color: approx Hot Curry. HEX triplet: 79, 5C and 1D. RGB value is (121,92,29). Sum of RGB (Red+Green+Blue) = 121+92+29=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #795C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C1D is #86A3E2. Grayscale: #5D5D5D. Windows color (decimal): -8823779 or 1924217. OLE color: 1924217.

HSL color Cylindrical-coordinate representation of color #795C1D: hue angle of 41.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #795C1D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1219229-
CMYK00.240.760.53
HSL41.09º61.33%29.41%-
HSV(B)41.09º76.03%47.45%-
XYZ11.9311.812.81-
YUV93.4991.61147.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=50%
G=38.02%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121922900.240.760.5341.0961.3329.41
Hex795C1D0184C35293d1d
Octal1711343503011465517535
Binary1111001101110011101011000100110011010110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795C1D; }

 p { color: rgb(121,92,29); }

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

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

 a { background-color: rgb(121,92,29); }

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

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

 span { border-color: rgb(121,92,29); }

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