#894C2E

Color #894C2E Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #894C2E

Tints of Paarl #894C2E

Color information

#894C2E (or 0x894C2E) is unknown color: approx Paarl. HEX triplet: 89, 4C and 2E. RGB value is (137,76,46). Sum of RGB (Red+Green+Blue) = 137+76+46=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C2E is #76B3D1. Grayscale: #5B5B5B. Windows color (decimal): -7779282 or 3034249. OLE color: 3034249.

HSL color Cylindrical-coordinate representation of color #894C2E: hue angle of 19.78º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894C2E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1377646-
CMYK00.450.660.46
HSL19.78º49.73%35.88%-
HSV(B)19.78º66.42%53.73%-
XYZ13.3910.683.94-
YUV90.82102.71160.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=52.90%
G=29.34%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137764600.450.660.4619.7849.7335.88
Hex894C2E02D422E143224
Octal2111145605510256246244
Binary1000100110011001011100101101100001010111010100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894C2E; }

 p { color: rgb(137,76,46); }

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

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

 a { background-color: rgb(137,76,46); }

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

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

 span { border-color: rgb(137,76,46); }

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