Html Css Color HEX #894E34 Paarl

📋 copy color: '#894E34'

red 137 ◦ green 78 ◦ blue 52

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

Shades of Paarl #894E34

Tints of Paarl #894E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.21%

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

R = 51.31%
G = 29.21%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894E34 (or 0x894E34) is known color: Paarl. HEX triplet: 89, 4E and 34. RGB value is (137,78,52). Sum of RGB (Red+Green+Blue) = 137+78+52=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #894E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E34 is #76B1CB. Grayscale: #5C5C5C. Windows color (decimal): -7778764 or 3427977. OLE color: 3427977.

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

Color convert

RGB 137 78 52 -
CMYK 0 0.43 0.62 0.46
HSL 18.35º 0.45% 0.37% -
HSV(B) 18.35º 0.62% 0.54% -
XYZ 13.66 11.02 4.65 -
YUV 92.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 137 78 52 0 0.43 0.62 0.46 18.35 0.45 0.37
Hex 89 4E 34 0 2B 3E 2E 12 2D 25
Octal 211 116 64 0 53 76 56 22 55 45
Binary 10001001 1001110 110100 0 101011 111110 101110 10010 101101 100101

Color Harmonies of #894E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E34

Black with #894E34

Text Example


Text Example

White with #894E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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