Html Css Color HEX #894F32 Paarl

📋 copy color: '#894F32'

red 137 ◦ green 79 ◦ blue 50

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

Shades of Paarl #894F32

Tints of Paarl #894F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

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

R = 51.5%
G = 29.7%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894F32 (or 0x894F32) is known color: Paarl. HEX triplet: 89, 4F and 32. RGB value is (137,79,50). Sum of RGB (Red+Green+Blue) = 137+79+50=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F32 is #76B0CD. Grayscale: #5D5D5D. Windows color (decimal): -7778510 or 3297161. OLE color: 3297161.

HSL color Cylindrical-coordinate representation of color #894F32: hue angle of 20º 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 #894F32 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 79 50 -
CMYK 0 0.42 0.64 0.46
HSL 20º 0.47% 0.37% -
HSV(B) 20º 0.64% 0.54% -
XYZ 13.69 11.14 4.45 -
YUV 93.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 137 79 50 0 0.42 0.64 0.46 20 0.47 0.37
Hex 89 4F 32 0 2A 40 2E 14 2F 25
Octal 211 117 62 0 52 100 56 24 57 45
Binary 10001001 1001111 110010 0 101010 1000000 101110 10100 101111 100101

Color Harmonies of #894F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F32

Black with #894F32

Text Example


Text Example

White with #894F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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