#894B32

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

Shades of Paarl #894B32

Tints of Paarl #894B32

Color information

#894B32 (or 0x894B32) is unknown color: approx Paarl. HEX triplet: 89, 4B and 32. RGB value is (137,75,50). Sum of RGB (Red+Green+Blue) = 137+75+50=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #894B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B32 is #76B4CD. Grayscale: #5A5A5A. Windows color (decimal): -7779534 or 3296137. OLE color: 3296137.

HSL color Cylindrical-coordinate representation of color #894B32: hue angle of 17.24º 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 #894B32 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1377550-
CMYK00.450.640.46
HSL17.24º46.52%36.67%-
HSV(B)17.24º63.5%53.73%-
XYZ13.4110.584.35-
YUV90.69105.04161.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=52.29%
G=28.63%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137755000.450.640.4617.2446.5236.67
Hex894B3202D402E112f25
Octal2111136205510056215745
Binary1000100110010111100100101101100000010111010001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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