#74482C

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

Shades of Cape Palliser #74482C

Tints of Cape Palliser #74482C

Color information

#74482C (or 0x74482C) is unknown color: approx Cape Palliser. HEX triplet: 74, 48 and 2C. RGB value is (116,72,44). Sum of RGB (Red+Green+Blue) = 116+72+44=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74482C is #8BB7D3. Grayscale: #525252. Windows color (decimal): -9156564 or 2902132. OLE color: 2902132.

HSL color Cylindrical-coordinate representation of color #74482C: hue angle of 23.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74482C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1167244-
CMYK00.380.620.55
HSL23.33º45%31.37%-
HSV(B)23.33º62.07%45.49%-
XYZ9.978.533.5-
YUV81.96106.58152.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=50%
G=31.03%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116724400.380.620.5523.334531.37
Hex74482C0263E37172d1f
Octal164110540467667275537
Binary1110100100100010110001001101111101101111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74482C; }

 p { color: rgb(116,72,44); }

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

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

 a { background-color: rgb(116,72,44); }

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

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

 span { border-color: rgb(116,72,44); }

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