Html Css Color HEX #894D34 Paarl

📋 copy color: '#894D34'

red 137 ◦ green 77 ◦ blue 52

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

Shades of Paarl #894D34

Tints of Paarl #894D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

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

R = 51.5%
G = 28.95%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894D34 (or 0x894D34) is known color: Paarl. HEX triplet: 89, 4D and 34. RGB value is (137,77,52). Sum of RGB (Red+Green+Blue) = 137+77+52=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D34 is #76B2CB. Grayscale: #5C5C5C. Windows color (decimal): -7779020 or 3427721. OLE color: 3427721.

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

Color convert

RGB 137 77 52 -
CMYK 0 0.44 0.62 0.46
HSL 17.65º 0.45% 0.37% -
HSV(B) 17.65º 0.62% 0.54% -
XYZ 13.59 10.87 4.63 -
YUV 92.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 137 77 52 0 0.44 0.62 0.46 17.65 0.45 0.37
Hex 89 4D 34 0 2C 3E 2E 12 2D 25
Octal 211 115 64 0 54 76 56 22 55 45
Binary 10001001 1001101 110100 0 101100 111110 101110 10010 101101 100101

Color Harmonies of #894D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D34

Black with #894D34

Text Example


Text Example

White with #894D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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