#704C2F

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

Shades of Cape Palliser #704C2F

Tints of Cape Palliser #704C2F

Color information

#704C2F (or 0x704C2F) is unknown color: approx Cape Palliser. HEX triplet: 70, 4C and 2F. RGB value is (112,76,47). Sum of RGB (Red+Green+Blue) = 112+76+47=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C2F is #8FB3D0. Grayscale: #535353. Windows color (decimal): -9417681 or 3099760. OLE color: 3099760.

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

Color convert

RGB1127647-
CMYK00.320.580.56
HSL26.77º40.88%31.18%-
HSV(B)26.77º58.04%43.92%-
XYZ9.788.823.88-
YUV83.46107.43148.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 47 (18.75% from 255) = 20%
R=47.66%
G=32.34%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112764700.320.580.5626.7740.8831.18
Hex704C2F0203A381b291f
Octal160114570407270335137
Binary1110000100110010111101000001110101110001101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,47); }

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

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

 a { background-color: rgb(112,76,47); }

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

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

 span { border-color: rgb(112,76,47); }

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