Html Css Color HEX #894634 Paarl

📋 copy color: '#894634'

red 137 ◦ green 70 ◦ blue 52

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

Shades of Paarl #894634

Tints of Paarl #894634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 52.9%
G = 27.03%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894634 (or 0x894634) is known color: Paarl. HEX triplet: 89, 46 and 34. RGB value is (137,70,52). Sum of RGB (Red+Green+Blue) = 137+70+52=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894634 is #76B9CB. Grayscale: #585858. Windows color (decimal): -7780812 or 3425929. OLE color: 3425929.

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

Color convert

RGB 137 70 52 -
CMYK 0 0.49 0.62 0.46
HSL 12.71º 0.45% 0.37% -
HSV(B) 12.71º 0.62% 0.54% -
XYZ 13.13 9.95 4.48 -
YUV 87.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 137 70 52 0 0.49 0.62 0.46 12.71 0.45 0.37
Hex 89 46 34 0 31 3E 2E D 2D 25
Octal 211 106 64 0 61 76 56 15 55 45
Binary 10001001 1000110 110100 0 110001 111110 101110 1101 101101 100101

Color Harmonies of #894634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894634

Black with #894634

Text Example


Text Example

White with #894634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894634; }

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

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

background-color css

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

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

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

border-color css

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

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

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