#894B3A

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

Shades of Paarl #894B3A

Tints of Paarl #894B3A

Color information

#894B3A (or 0x894B3A) is unknown color: approx Paarl. HEX triplet: 89, 4B and 3A. RGB value is (137,75,58). Sum of RGB (Red+Green+Blue) = 137+75+58=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B3A is #76B4C5. Grayscale: #5B5B5B. Windows color (decimal): -7779526 or 3820425. OLE color: 3820425.

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

Color convert

RGB1377558-
CMYK00.450.580.46
HSL12.91º40.51%38.24%-
HSV(B)12.91º57.66%53.73%-
XYZ13.610.665.34-
YUV91.6109.04160.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=50.74%
G=27.78%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137755800.450.580.4612.9140.5138.24
Hex894B3A02D3A2Ed2926
Octal211113720557256155146
Binary10001001100101111101001011011110101011101101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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