#704A31

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

Shades of Cape Palliser #704A31

Tints of Cape Palliser #704A31

Color information

#704A31 (or 0x704A31) is unknown color: approx Cape Palliser. HEX triplet: 70, 4A and 31. RGB value is (112,74,49). Sum of RGB (Red+Green+Blue) = 112+74+49=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A31 is #8FB5CE. Grayscale: #525252. Windows color (decimal): -9418191 or 3230320. OLE color: 3230320.

HSL color Cylindrical-coordinate representation of color #704A31: hue angle of 23.81º 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 #704A31 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1127449-
CMYK00.340.560.56
HSL23.81º39.13%31.57%-
HSV(B)23.81º56.25%43.92%-
XYZ9.698.564.05-
YUV82.51109.09149.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=47.66%
G=31.49%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112744900.340.560.5623.8139.1331.57
Hex704A310223838182720
Octal160112610427070304740
Binary11100001001010110001010001011100011100011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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