Html Css Color HEX #894C32 Paarl

📋 copy color: '#894C32'

red 137 ◦ green 76 ◦ blue 50

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

Shades of Paarl #894C32

Tints of Paarl #894C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 52.09%
G = 28.9%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894C32 (or 0x894C32) is known color: Paarl. HEX triplet: 89, 4C and 32. RGB value is (137,76,50). Sum of RGB (Red+Green+Blue) = 137+76+50=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #894C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C32 is #76B3CD. Grayscale: #5B5B5B. Windows color (decimal): -7779278 or 3296393. OLE color: 3296393.

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

Color convert

RGB 137 76 50 -
CMYK 0 0.45 0.64 0.46
HSL 17.93º 0.47% 0.37% -
HSV(B) 17.93º 0.64% 0.54% -
XYZ 13.48 10.72 4.38 -
YUV 91.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 137 76 50 0 0.45 0.64 0.46 17.93 0.47 0.37
Hex 89 4C 32 0 2D 40 2E 12 2F 25
Octal 211 114 62 0 55 100 56 22 57 45
Binary 10001001 1001100 110010 0 101101 1000000 101110 10010 101111 100101

Color Harmonies of #894C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C32

Black with #894C32

Text Example


Text Example

White with #894C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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