#704930

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

Shades of Cape Palliser #704930

Tints of Cape Palliser #704930

Color information

#704930 (or 0x704930) is unknown color: approx Cape Palliser. HEX triplet: 70, 49 and 30. RGB value is (112,73,48). Sum of RGB (Red+Green+Blue) = 112+73+48=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704930 is #8FB6CF. Grayscale: #515151. Windows color (decimal): -9418448 or 3164528. OLE color: 3164528.

HSL color Cylindrical-coordinate representation of color #704930: hue angle of 23.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704930 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1127348-
CMYK00.350.570.56
HSL23.44º40%31.37%-
HSV(B)23.44º57.14%43.92%-
XYZ9.68.423.92-
YUV81.81108.92149.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=48.07%
G=31.33%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112734800.350.570.5623.444031.37
Hex704930023393817281f
Octal160111600437170275037
Binary1110000100100111000001000111110011110001011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704930; }

 p { color: rgb(112,73,48); }

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

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

 a { background-color: rgb(112,73,48); }

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

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

 span { border-color: rgb(112,73,48); }

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