#894B37

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

Shades of Paarl #894B37

Tints of Paarl #894B37

Color information

#894B37 (or 0x894B37) is unknown color: approx Paarl. HEX triplet: 89, 4B and 37. RGB value is (137,75,55). Sum of RGB (Red+Green+Blue) = 137+75+55=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #894B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B37 is #76B4C8. Grayscale: #5B5B5B. Windows color (decimal): -7779529 or 3623817. OLE color: 3623817.

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

Color convert

RGB1377555-
CMYK00.450.600.46
HSL14.63º42.71%37.65%-
HSV(B)14.63º59.85%53.73%-
XYZ13.5210.634.95-
YUV91.26107.54160.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=51.31%
G=28.09%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137755500.450.600.4614.6342.7137.65
Hex894B3702D3C2Ef2b26
Octal211113670557456175346
Binary10001001100101111011101011011111001011101111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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