#704A30

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

Shades of Cape Palliser #704A30

Tints of Cape Palliser #704A30

Color information

#704A30 (or 0x704A30) is unknown color: approx Cape Palliser. HEX triplet: 70, 4A and 30. RGB value is (112,74,48). Sum of RGB (Red+Green+Blue) = 112+74+48=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A30 is #8FB5CF. Grayscale: #525252. Windows color (decimal): -9418192 or 3164784. OLE color: 3164784.

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

Color convert

RGB1127448-
CMYK00.340.570.56
HSL24.38º40%31.37%-
HSV(B)24.38º57.14%43.92%-
XYZ9.668.563.94-
YUV82.4108.59149.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=47.86%
G=31.62%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112744800.340.570.5624.384031.37
Hex704A30022393818281f
Octal160112600427170305037
Binary1110000100101011000001000101110011110001100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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