#793A0B

Color #793A0B Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #793A0B

Tints of Russet #793A0B

Color information

#793A0B (or 0x793A0B) is unknown color: approx Russet. HEX triplet: 79, 3A and 0B. RGB value is (121,58,11). Sum of RGB (Red+Green+Blue) = 121+58+11=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A0B is #86C5F4. Grayscale: #474747. Windows color (decimal): -8832501 or 735865. OLE color: 735865.

HSL color Cylindrical-coordinate representation of color #793A0B: hue angle of 25.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #793A0B is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1215811-
CMYK00.520.910.53
HSL25.64º83.33%25.88%-
HSV(B)25.64º90.91%47.45%-
XYZ9.467.121.19-
YUV71.4893.87163.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.68%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=63.68%
G=30.53%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121581100.520.910.5325.6483.3325.88
Hex793AB0345B351a531a
Octal1717213064133653212332
Binary111100111101010110110100101101111010111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A0B; }

 p { color: rgb(121,58,11); }

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

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

 a { background-color: rgb(121,58,11); }

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

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

 span { border-color: rgb(121,58,11); }

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