#784A30

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

Shades of Cape Palliser #784A30

Tints of Cape Palliser #784A30

Color information

#784A30 (or 0x784A30) is unknown color: approx Cape Palliser. HEX triplet: 78, 4A and 30. RGB value is (120,74,48). Sum of RGB (Red+Green+Blue) = 120+74+48=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #784A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A30 is #87B5CF. Grayscale: #545454. Windows color (decimal): -8893904 or 3164792. OLE color: 3164792.

HSL color Cylindrical-coordinate representation of color #784A30: hue angle of 21.67º degrees, saturation: 0.43, 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 #784A30 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1207448-
CMYK00.380.600.53
HSL21.67º42.86%32.94%-
HSV(B)21.67º60%47.06%-
XYZ10.739.13.99-
YUV84.79107.24153.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=49.59%
G=30.58%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120744800.380.600.5321.6742.8632.94
Hex784A300263C35162b21
Octal170112600467465265341
Binary11110001001010110000010011011110011010110110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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