#795A1A

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

Shades of Hot Curry #795A1A

Tints of Hot Curry #795A1A

Color information

#795A1A (or 0x795A1A) is unknown color: approx Hot Curry. HEX triplet: 79, 5A and 1A. RGB value is (121,90,26). Sum of RGB (Red+Green+Blue) = 121+90+26=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #795A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A1A is #86A5E5. Grayscale: #5C5C5C. Windows color (decimal): -8824294 or 1727097. OLE color: 1727097.

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

Color convert

RGB1219026-
CMYK00.260.790.53
HSL40.42º64.63%28.82%-
HSV(B)40.42º78.51%47.45%-
XYZ11.7311.452.57-
YUV91.9790.77148.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=51.05%
G=37.97%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121902600.260.790.5340.4264.6328.82
Hex795A1A01A4F3528411d
Octal17113232032117655010135
Binary11110011011010110100110101001111110101101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,26); }

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

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

 a { background-color: rgb(121,90,26); }

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

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

 span { border-color: rgb(121,90,26); }

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