Html Css Color HEX #894633 Paarl

📋 copy color: '#894633'

red 137 ◦ green 70 ◦ blue 51

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

Shades of Paarl #894633

Tints of Paarl #894633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 53.1%
G = 27.13%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#894633 (or 0x894633) is known color: Paarl. HEX triplet: 89, 46 and 33. RGB value is (137,70,51). Sum of RGB (Red+Green+Blue) = 137+70+51=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894633 is #76B9CC. Grayscale: #585858. Windows color (decimal): -7780813 or 3360393. OLE color: 3360393.

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

Color convert

RGB 137 70 51 -
CMYK 0 0.49 0.63 0.46
HSL 13.26º 0.46% 0.37% -
HSV(B) 13.26º 0.63% 0.54% -
XYZ 13.1 9.94 4.36 -
YUV 87.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 137 70 51 0 0.49 0.63 0.46 13.26 0.46 0.37
Hex 89 46 33 0 31 3F 2E D 2E 25
Octal 211 106 63 0 61 77 56 15 56 45
Binary 10001001 1000110 110011 0 110001 111111 101110 1101 101110 100101

Color Harmonies of #894633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894633

Black with #894633

Text Example


Text Example

White with #894633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894633; }

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

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

background-color css

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

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

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

border-color css

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

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

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