Html Css Color HEX #894B37 Paarl

📋 copy color: '#894B37'

red 137 ◦ green 75 ◦ blue 55

#894B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #894B37

Tints of Paarl #894B37

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.6%

R = 51.31%
G = 28.09%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#894B37 (or 0x894B37) is known color: 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

RGB 137 75 55 -
CMYK 0 0.45 0.60 0.46
HSL 14.63º 0.43% 0.38% -
HSV(B) 14.63º 0.6% 0.54% -
XYZ 13.52 10.63 4.95 -
YUV 91.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 137 75 55 0 0.45 0.60 0.46 14.63 0.43 0.38
Hex 89 4B 37 0 2D 3C 2E F 2B 26
Octal 211 113 67 0 55 74 56 17 53 46
Binary 10001001 1001011 110111 0 101101 111100 101110 1111 101011 100110

Color Harmonies of #894B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B37

Black with #894B37

Text Example


Text Example

White with #894B37

Text Example


Text Example

HTML Codes & Css Web 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>