#74482B

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

Shades of Cape Palliser #74482B

Tints of Cape Palliser #74482B

Color information

#74482B (or 0x74482B) is unknown color: approx Cape Palliser. HEX triplet: 74, 48 and 2B. RGB value is (116,72,43). Sum of RGB (Red+Green+Blue) = 116+72+43=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74482B is #8BB7D4. Grayscale: #525252. Windows color (decimal): -9156565 or 2836596. OLE color: 2836596.

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

Color convert

RGB1167243-
CMYK00.380.630.55
HSL23.84º45.91%31.18%-
HSV(B)23.84º62.93%45.49%-
XYZ9.968.523.41-
YUV81.85106.08152.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=50.22%
G=31.17%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116724300.380.630.5523.8445.9131.18
Hex74482B0263F37182e1f
Octal164110530467767305637
Binary1110100100100010101101001101111111101111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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