#794A31

Color #794A31 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #794A31

Tints of Cape Palliser #794A31

Color information

#794A31 (or 0x794A31) is unknown color: approx Cape Palliser. HEX triplet: 79, 4A and 31. RGB value is (121,74,49). Sum of RGB (Red+Green+Blue) = 121+74+49=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #794A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A31 is #86B5CE. Grayscale: #555555. Windows color (decimal): -8828367 or 3230329. OLE color: 3230329.

HSL color Cylindrical-coordinate representation of color #794A31: hue angle of 20.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794A31 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1217449-
CMYK00.390.600.53
HSL20.83º42.35%33.33%-
HSV(B)20.83º59.5%47.45%-
XYZ10.899.184.1-
YUV85.2107.57153.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=49.59%
G=30.33%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121744900.390.600.5320.8342.3533.33
Hex794A310273C35152a21
Octal171112610477465255241
Binary11110011001010110001010011111110011010110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794A31; }

 p { color: rgb(121,74,49); }

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

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

 a { background-color: rgb(121,74,49); }

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

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

 span { border-color: rgb(121,74,49); }

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