Html Css Color HEX #894632 Paarl

📋 copy color: '#894632'

red 137 ◦ green 70 ◦ blue 50

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

Shades of Paarl #894632

Tints of Paarl #894632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 53.31%
G = 27.24%
B = 19.46%

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

#894632 (or 0x894632) is known color: Paarl. HEX triplet: 89, 46 and 32. RGB value is (137,70,50). Sum of RGB (Red+Green+Blue) = 137+70+50=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894632 is #76B9CD. Grayscale: #575757. Windows color (decimal): -7780814 or 3294857. OLE color: 3294857.

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

Color convert

RGB 137 70 50 -
CMYK 0 0.49 0.64 0.46
HSL 13.79º 0.47% 0.37% -
HSV(B) 13.79º 0.64% 0.54% -
XYZ 13.08 9.93 4.24 -
YUV 87.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 137 70 50 0 0.49 0.64 0.46 13.79 0.47 0.37
Hex 89 46 32 0 31 40 2E E 2F 25
Octal 211 106 62 0 61 100 56 16 57 45
Binary 10001001 1000110 110010 0 110001 1000000 101110 1110 101111 100101

Color Harmonies of #894632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894632

Black with #894632

Text Example


Text Example

White with #894632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894632; }

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

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

background-color css

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

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

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

border-color css

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

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

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