#704C31

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

Shades of Cape Palliser #704C31

Tints of Cape Palliser #704C31

Color information

#704C31 (or 0x704C31) is unknown color: approx Cape Palliser. HEX triplet: 70, 4C and 31. RGB value is (112,76,49). Sum of RGB (Red+Green+Blue) = 112+76+49=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C31 is #8FB3CE. Grayscale: #535353. Windows color (decimal): -9417679 or 3230832. OLE color: 3230832.

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

Color convert

RGB1127649-
CMYK00.320.560.56
HSL25.71º39.13%31.57%-
HSV(B)25.71º56.25%43.92%-
XYZ9.828.844.09-
YUV83.69108.43148.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=47.26%
G=32.07%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112764900.320.560.5625.7139.1331.57
Hex704C3102038381a2720
Octal160114610407070324740
Binary11100001001100110001010000011100011100011010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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