#784A32

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

Shades of Cape Palliser #784A32

Tints of Cape Palliser #784A32

Color information

#784A32 (or 0x784A32) is unknown color: approx Cape Palliser. HEX triplet: 78, 4A and 32. RGB value is (120,74,50). Sum of RGB (Red+Green+Blue) = 120+74+50=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #784A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A32 is #87B5CD. Grayscale: #555555. Windows color (decimal): -8893902 or 3295864. OLE color: 3295864.

HSL color Cylindrical-coordinate representation of color #784A32: hue angle of 20.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784A32 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1207450-
CMYK00.380.580.53
HSL20.57º41.18%33.33%-
HSV(B)20.57º58.33%47.06%-
XYZ10.779.124.21-
YUV85.02108.24152.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=49.18%
G=30.33%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120745000.380.580.5320.5741.1833.33
Hex784A320263A35152921
Octal170112620467265255141
Binary11110001001010110010010011011101011010110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A32; }

 p { color: rgb(120,74,50); }

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

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

 a { background-color: rgb(120,74,50); }

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

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

 span { border-color: rgb(120,74,50); }

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