Html Css Color HEX #894638 Paarl

📋 copy color: '#894638'

red 137 ◦ green 70 ◦ blue 56

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

Shades of Paarl #894638

Tints of Paarl #894638

RGB

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

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

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

R = 52.09%
G = 26.62%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#894638 (or 0x894638) is known color: Paarl. HEX triplet: 89, 46 and 38. RGB value is (137,70,56). Sum of RGB (Red+Green+Blue) = 137+70+56=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #894638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894638 is #76B9C7. Grayscale: #585858. Windows color (decimal): -7780808 or 3688073. OLE color: 3688073.

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

Color convert

RGB 137 70 56 -
CMYK 0 0.49 0.59 0.46
HSL 10.37º 0.42% 0.38% -
HSV(B) 10.37º 0.59% 0.54% -
XYZ 13.22 9.98 4.97 -
YUV 88.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 137 70 56 0 0.49 0.59 0.46 10.37 0.42 0.38
Hex 89 46 38 0 31 3B 2E A 2A 26
Octal 211 106 70 0 61 73 56 12 52 46
Binary 10001001 1000110 111000 0 110001 111011 101110 1010 101010 100110

Color Harmonies of #894638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894638

Black with #894638

Text Example


Text Example

White with #894638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894638; }

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

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

background-color css

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

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

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

border-color css

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

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

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