Html Css Color HEX #894730 Paarl

📋 copy color: '#894730'

red 137 ◦ green 71 ◦ blue 48

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

Shades of Paarl #894730

Tints of Paarl #894730

RGB

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

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

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

R = 53.52%
G = 27.73%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#894730 (or 0x894730) is known color: Paarl. HEX triplet: 89, 47 and 30. RGB value is (137,71,48). Sum of RGB (Red+Green+Blue) = 137+71+48=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894730 is #76B8CF. Grayscale: #585858. Windows color (decimal): -7780560 or 3164041. OLE color: 3164041.

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

Color convert

RGB 137 71 48 -
CMYK 0 0.48 0.65 0.46
HSL 15.51º 0.48% 0.36% -
HSV(B) 15.51º 0.65% 0.54% -
XYZ 13.1 10.04 4.04 -
YUV 88.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 137 71 48 0 0.48 0.65 0.46 15.51 0.48 0.36
Hex 89 47 30 0 30 41 2E 10 30 24
Octal 211 107 60 0 60 101 56 20 60 44
Binary 10001001 1000111 110000 0 110000 1000001 101110 10000 110000 100100

Color Harmonies of #894730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894730

Black with #894730

Text Example


Text Example

White with #894730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894730; }

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

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

background-color css

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

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

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

border-color css

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

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

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