#74462D

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

Shades of Cape Palliser #74462D

Tints of Cape Palliser #74462D

Color information

#74462D (or 0x74462D) is unknown color: approx Cape Palliser. HEX triplet: 74, 46 and 2D. RGB value is (116,70,45). Sum of RGB (Red+Green+Blue) = 116+70+45=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74462D is #8BB9D2. Grayscale: #515151. Windows color (decimal): -9157075 or 2967156. OLE color: 2967156.

HSL color Cylindrical-coordinate representation of color #74462D: hue angle of 21.13º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74462D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1167045-
CMYK00.400.610.55
HSL21.13º44.1%31.57%-
HSV(B)21.13º61.21%45.49%-
XYZ9.878.283.56-
YUV80.9107.74153.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=50.22%
G=30.30%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116704500.400.610.5521.1344.131.57
Hex74462D0283D37152c20
Octal164106550507567255440
Binary11101001000110101101010100011110111011110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74462D; }

 p { color: rgb(116,70,45); }

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

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

 a { background-color: rgb(116,70,45); }

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

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

 span { border-color: rgb(116,70,45); }

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