Html Css Color HEX #894E30 Paarl

📋 copy color: '#894E30'

red 137 ◦ green 78 ◦ blue 48

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

Shades of Paarl #894E30

Tints of Paarl #894E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 52.09%
G = 29.66%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#894E30 (or 0x894E30) is known color: Paarl. HEX triplet: 89, 4E and 30. RGB value is (137,78,48). Sum of RGB (Red+Green+Blue) = 137+78+48=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #894E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E30 is #76B1CF. Grayscale: #5C5C5C. Windows color (decimal): -7778768 or 3165833. OLE color: 3165833.

HSL color Cylindrical-coordinate representation of color #894E30: hue angle of 20.22º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894E30 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 78 48 -
CMYK 0 0.43 0.65 0.46
HSL 20.22º 0.48% 0.36% -
HSV(B) 20.22º 0.65% 0.54% -
XYZ 13.57 10.98 4.2 -
YUV 92.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 137 78 48 0 0.43 0.65 0.46 20.22 0.48 0.36
Hex 89 4E 30 0 2B 41 2E 14 30 24
Octal 211 116 60 0 53 101 56 24 60 44
Binary 10001001 1001110 110000 0 101011 1000001 101110 10100 110000 100100

Color Harmonies of #894E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E30

Black with #894E30

Text Example


Text Example

White with #894E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,78,48); }

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

background-color css

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

 a { background-color: rgb(137,78,48); }

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

border-color css

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

 span { border-color: rgb(137,78,48); }

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