Html Css Color HEX #894A32 Paarl

📋 copy color: '#894A32'

red 137 ◦ green 74 ◦ blue 50

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

Shades of Paarl #894A32

Tints of Paarl #894A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 52.49%
G = 28.35%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894A32 (or 0x894A32) is known color: Paarl. HEX triplet: 89, 4A and 32. RGB value is (137,74,50). Sum of RGB (Red+Green+Blue) = 137+74+50=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A32 is #76B5CD. Grayscale: #5A5A5A. Windows color (decimal): -7779790 or 3295881. OLE color: 3295881.

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

Color convert

RGB 137 74 50 -
CMYK 0 0.46 0.64 0.46
HSL 16.55º 0.47% 0.37% -
HSV(B) 16.55º 0.64% 0.54% -
XYZ 13.34 10.45 4.33 -
YUV 90.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 137 74 50 0 0.46 0.64 0.46 16.55 0.47 0.37
Hex 89 4A 32 0 2E 40 2E 11 2F 25
Octal 211 112 62 0 56 100 56 21 57 45
Binary 10001001 1001010 110010 0 101110 1000000 101110 10001 101111 100101

Color Harmonies of #894A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A32

Black with #894A32

Text Example


Text Example

White with #894A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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