Html Css Color HEX #894B2F Paarl

📋 copy color: '#894B2F'

red 137 ◦ green 75 ◦ blue 47

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

Shades of Paarl #894B2F

Tints of Paarl #894B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.96%

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 52.9%
G = 28.96%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#894B2F (or 0x894B2F) is known color: Paarl. HEX triplet: 89, 4B and 2F. RGB value is (137,75,47). Sum of RGB (Red+Green+Blue) = 137+75+47=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B2F is #76B4D0. Grayscale: #5A5A5A. Windows color (decimal): -7779537 or 3099529. OLE color: 3099529.

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

Color convert

RGB 137 75 47 -
CMYK 0 0.45 0.66 0.46
HSL 18.67º 0.49% 0.36% -
HSV(B) 18.67º 0.66% 0.54% -
XYZ 13.35 10.56 4.02 -
YUV 90.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 137 75 47 0 0.45 0.66 0.46 18.67 0.49 0.36
Hex 89 4B 2F 0 2D 42 2E 13 31 24
Octal 211 113 57 0 55 102 56 23 61 44
Binary 10001001 1001011 101111 0 101101 1000010 101110 10011 110001 100100

Color Harmonies of #894B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B2F

Black with #894B2F

Text Example


Text Example

White with #894B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,75,47); }

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

background-color css

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

 a { background-color: rgb(137,75,47); }

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

border-color css

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

 span { border-color: rgb(137,75,47); }

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