#894F32

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

Shades of Paarl #894F32

Tints of Paarl #894F32

Color information

#894F32 (or 0x894F32) is unknown color: approx Paarl. HEX triplet: 89, 4F and 32. RGB value is (137,79,50). Sum of RGB (Red+Green+Blue) = 137+79+50=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F32 is #76B0CD. Grayscale: #5D5D5D. Windows color (decimal): -7778510 or 3297161. OLE color: 3297161.

HSL color Cylindrical-coordinate representation of color #894F32: hue angle of 20º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894F32 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1377950-
CMYK00.420.640.46
HSL20º46.52%36.67%-
HSV(B)20º63.5%53.73%-
XYZ13.6911.144.45-
YUV93.04103.72159.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=51.50%
G=29.70%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137795000.420.640.462046.5236.67
Hex894F3202A402E142f25
Octal2111176205210056245745
Binary1000100110011111100100101010100000010111010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,50); }

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

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

 a { background-color: rgb(137,79,50); }

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

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

 span { border-color: rgb(137,79,50); }

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