Html Css Color HEX #894C34 Paarl

📋 copy color: '#894C34'

red 137 ◦ green 76 ◦ blue 52

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

Shades of Paarl #894C34

Tints of Paarl #894C34

RGB

 RED value IS 137 (53.91% from 255) = 51.7%

 GREEN value IS 76 (30.08% from 255) = 28.68%

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 51.7%
G = 28.68%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894C34 (or 0x894C34) is known color: Paarl. HEX triplet: 89, 4C and 34. RGB value is (137,76,52). Sum of RGB (Red+Green+Blue) = 137+76+52=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #894C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C34 is #76B3CB. Grayscale: #5B5B5B. Windows color (decimal): -7779276 or 3427465. OLE color: 3427465.

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

Color convert

RGB 137 76 52 -
CMYK 0 0.45 0.62 0.46
HSL 16.94º 0.45% 0.37% -
HSV(B) 16.94º 0.62% 0.54% -
XYZ 13.52 10.74 4.61 -
YUV 91.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 137 76 52 0 0.45 0.62 0.46 16.94 0.45 0.37
Hex 89 4C 34 0 2D 3E 2E 11 2D 25
Octal 211 114 64 0 55 76 56 21 55 45
Binary 10001001 1001100 110100 0 101101 111110 101110 10001 101101 100101

Color Harmonies of #894C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C34

Black with #894C34

Text Example


Text Example

White with #894C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,76,52); }

 H1.HeaderClassName
 {
   color: #894C34;
 }
 .AnyTagClassName
 {
   color: #894C34;
 }
</style>

background-color css

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

 a { background-color: rgb(137,76,52); }

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

border-color css

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

 span { border-color: rgb(137,76,52); }

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