Html Css Color HEX #894734 Paarl

📋 copy color: '#894734'

red 137 ◦ green 71 ◦ blue 52

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

Shades of Paarl #894734

Tints of Paarl #894734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 52.69%
G = 27.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894734 (or 0x894734) is known color: Paarl. HEX triplet: 89, 47 and 34. RGB value is (137,71,52). Sum of RGB (Red+Green+Blue) = 137+71+52=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #894734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894734 is #76B8CB. Grayscale: #585858. Windows color (decimal): -7780556 or 3426185. OLE color: 3426185.

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

Color convert

RGB 137 71 52 -
CMYK 0 0.48 0.62 0.46
HSL 13.41º 0.45% 0.37% -
HSV(B) 13.41º 0.62% 0.54% -
XYZ 13.19 10.07 4.5 -
YUV 88.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 137 71 52 0 0.48 0.62 0.46 13.41 0.45 0.37
Hex 89 47 34 0 30 3E 2E D 2D 25
Octal 211 107 64 0 60 76 56 15 55 45
Binary 10001001 1000111 110100 0 110000 111110 101110 1101 101101 100101

Color Harmonies of #894734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894734

Black with #894734

Text Example


Text Example

White with #894734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894734; }

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

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

background-color css

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

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

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

border-color css

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

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

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