#74502E

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

Shades of Cape Palliser #74502E

Tints of Cape Palliser #74502E

Color information

#74502E (or 0x74502E) is unknown color: approx Cape Palliser. HEX triplet: 74, 50 and 2E. RGB value is (116,80,46). Sum of RGB (Red+Green+Blue) = 116+80+46=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74502E is #8BAFD1. Grayscale: #575757. Windows color (decimal): -9154514 or 3035252. OLE color: 3035252.

HSL color Cylindrical-coordinate representation of color #74502E: hue angle of 29.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74502E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1168046-
CMYK00.310.600.55
HSL29.14º43.21%31.76%-
HSV(B)29.14º60.34%45.49%-
XYZ10.569.653.89-
YUV86.89104.93148.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=47.93%
G=33.06%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116804600.310.600.5529.1443.2131.76
Hex74502E01F3C371d2b20
Octal164120560377467355340
Binary1110100101000010111001111111110011011111101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74502E; }

 p { color: rgb(116,80,46); }

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

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

 a { background-color: rgb(116,80,46); }

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

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

 span { border-color: rgb(116,80,46); }

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