Html Css Color HEX #894631 Paarl

📋 copy color: '#894631'

red 137 ◦ green 70 ◦ blue 49

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

Shades of Paarl #894631

Tints of Paarl #894631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 53.52%
G = 27.34%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894631 (or 0x894631) is known color: Paarl. HEX triplet: 89, 46 and 31. RGB value is (137,70,49). Sum of RGB (Red+Green+Blue) = 137+70+49=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894631 is #76B9CE. Grayscale: #575757. Windows color (decimal): -7780815 or 3229321. OLE color: 3229321.

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

Color convert

RGB 137 70 49 -
CMYK 0 0.49 0.64 0.46
HSL 14.32º 0.47% 0.36% -
HSV(B) 14.32º 0.64% 0.54% -
XYZ 13.06 9.92 4.13 -
YUV 87.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 137 70 49 0 0.49 0.64 0.46 14.32 0.47 0.36
Hex 89 46 31 0 31 40 2E E 2F 24
Octal 211 106 61 0 61 100 56 16 57 44
Binary 10001001 1000110 110001 0 110001 1000000 101110 1110 101111 100100

Color Harmonies of #894631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894631

Black with #894631

Text Example


Text Example

White with #894631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894631; }

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

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

background-color css

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

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

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

border-color css

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

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

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