#744732

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

Shades of Cape Palliser #744732

Tints of Cape Palliser #744732

Color information

#744732 (or 0x744732) is unknown color: approx Cape Palliser. HEX triplet: 74, 47 and 32. RGB value is (116,71,50). Sum of RGB (Red+Green+Blue) = 116+71+50=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744732 is #8BB8CD. Grayscale: #525252. Windows color (decimal): -9156814 or 3295092. OLE color: 3295092.

HSL color Cylindrical-coordinate representation of color #744732: hue angle of 19.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744732 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1167150-
CMYK00.390.570.55
HSL19.09º39.76%32.55%-
HSV(B)19.09º56.9%45.49%-
XYZ10.038.454.12-
YUV82.06109.91152.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=48.95%
G=29.96%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116715000.390.570.5519.0939.7632.55
Hex7447320273937132821
Octal164107620477167235041
Binary11101001000111110010010011111100111011110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744732; }

 p { color: rgb(116,71,50); }

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

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

 a { background-color: rgb(116,71,50); }

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

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

 span { border-color: rgb(116,71,50); }

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