Html Css Color HEX #894D3A Paarl

📋 copy color: '#894D3A'

red 137 ◦ green 77 ◦ blue 58

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

Shades of Paarl #894D3A

Tints of Paarl #894D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 50.37%
G = 28.31%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#894D3A (or 0x894D3A) is known color: Paarl. HEX triplet: 89, 4D and 3A. RGB value is (137,77,58). Sum of RGB (Red+Green+Blue) = 137+77+58=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D3A is #76B2C5. Grayscale: #5C5C5C. Windows color (decimal): -7779014 or 3820937. OLE color: 3820937.

HSL color Cylindrical-coordinate representation of color #894D3A: hue angle of 14.43º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894D3A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 58 -
CMYK 0 0.44 0.58 0.46
HSL 14.43º 0.41% 0.38% -
HSV(B) 14.43º 0.58% 0.54% -
XYZ 13.73 10.93 5.39 -
YUV 92.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 137 77 58 0 0.44 0.58 0.46 14.43 0.41 0.38
Hex 89 4D 3A 0 2C 3A 2E E 29 26
Octal 211 115 72 0 54 72 56 16 51 46
Binary 10001001 1001101 111010 0 101100 111010 101110 1110 101001 100110

Color Harmonies of #894D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D3A

Black with #894D3A

Text Example


Text Example

White with #894D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,58); }

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

background-color css

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

 a { background-color: rgb(137,77,58); }

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

border-color css

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

 span { border-color: rgb(137,77,58); }

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