Html Css Color HEX #894635 Paarl

📋 copy color: '#894635'

red 137 ◦ green 70 ◦ blue 53

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

Shades of Paarl #894635

Tints of Paarl #894635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 52.69%
G = 26.92%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#894635 (or 0x894635) is known color: Paarl. HEX triplet: 89, 46 and 35. RGB value is (137,70,53). Sum of RGB (Red+Green+Blue) = 137+70+53=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #894635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894635 is #76B9CA. Grayscale: #585858. Windows color (decimal): -7780811 or 3491465. OLE color: 3491465.

HSL color Cylindrical-coordinate representation of color #894635: hue angle of 12.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894635 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 53 -
CMYK 0 0.49 0.61 0.46
HSL 12.14º 0.44% 0.37% -
HSV(B) 12.14º 0.61% 0.54% -
XYZ 13.15 9.96 4.6 -
YUV 88.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 137 70 53 0 0.49 0.61 0.46 12.14 0.44 0.37
Hex 89 46 35 0 31 3D 2E C 2C 25
Octal 211 106 65 0 61 75 56 14 54 45
Binary 10001001 1000110 110101 0 110001 111101 101110 1100 101100 100101

Color Harmonies of #894635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894635

Black with #894635

Text Example


Text Example

White with #894635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894635; }

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

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

background-color css

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

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

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

border-color css

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

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

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