Html Css Color HEX #894738 Paarl

📋 copy color: '#894738'

red 137 ◦ green 71 ◦ blue 56

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

Shades of Paarl #894738

Tints of Paarl #894738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 51.89%
G = 26.89%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#894738 (or 0x894738) is known color: Paarl. HEX triplet: 89, 47 and 38. RGB value is (137,71,56). Sum of RGB (Red+Green+Blue) = 137+71+56=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #894738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894738 is #76B8C7. Grayscale: #595959. Windows color (decimal): -7780552 or 3688329. OLE color: 3688329.

HSL color Cylindrical-coordinate representation of color #894738: hue angle of 11.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #894738 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 56 -
CMYK 0 0.48 0.59 0.46
HSL 11.11º 0.42% 0.38% -
HSV(B) 11.11º 0.59% 0.54% -
XYZ 13.28 10.11 4.99 -
YUV 89.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 137 71 56 0 0.48 0.59 0.46 11.11 0.42 0.38
Hex 89 47 38 0 30 3B 2E B 2A 26
Octal 211 107 70 0 60 73 56 13 52 46
Binary 10001001 1000111 111000 0 110000 111011 101110 1011 101010 100110

Color Harmonies of #894738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894738

Black with #894738

Text Example


Text Example

White with #894738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894738; }

 p { color: rgb(137,71,56); }

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

background-color css

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

 a { background-color: rgb(137,71,56); }

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

border-color css

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

 span { border-color: rgb(137,71,56); }

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