#704B34

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

Shades of Cape Palliser #704B34

Tints of Cape Palliser #704B34

Color information

#704B34 (or 0x704B34) is unknown color: approx Cape Palliser. HEX triplet: 70, 4B and 34. RGB value is (112,75,52). Sum of RGB (Red+Green+Blue) = 112+75+52=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B34 is #8FB4CB. Grayscale: #535353. Windows color (decimal): -9417932 or 3427184. OLE color: 3427184.

HSL color Cylindrical-coordinate representation of color #704B34: hue angle of 23º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704B34 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1127552-
CMYK00.330.540.56
HSL23º36.59%32.16%-
HSV(B)23º53.57%43.92%-
XYZ9.828.724.42-
YUV83.44110.26148.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=46.86%
G=31.38%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112755200.330.540.562336.5932.16
Hex704B340213638172520
Octal160113640416670274540
Binary11100001001011110100010000111011011100010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B34; }

 p { color: rgb(112,75,52); }

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

<style>
 a { background-color: #704B34; }

 a { background-color: rgb(112,75,52); }

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

<style>
 span { border-color: #704B34; }

 span { border-color: rgb(112,75,52); }

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