Html Css Color HEX #894535 Paarl

📋 copy color: '#894535'

red 137 ◦ green 69 ◦ blue 53

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

Shades of Paarl #894535

Tints of Paarl #894535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 52.9%
G = 26.64%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#894535 (or 0x894535) is known color: Paarl. HEX triplet: 89, 45 and 35. RGB value is (137,69,53). Sum of RGB (Red+Green+Blue) = 137+69+53=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894535 is #76BACA. Grayscale: #575757. Windows color (decimal): -7781067 or 3491209. OLE color: 3491209.

HSL color Cylindrical-coordinate representation of color #894535: hue angle of 11.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894535 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 53 -
CMYK 0 0.50 0.61 0.46
HSL 11.43º 0.44% 0.37% -
HSV(B) 11.43º 0.61% 0.54% -
XYZ 13.09 9.83 4.58 -
YUV 87.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 137 69 53 0 0.50 0.61 0.46 11.43 0.44 0.37
Hex 89 45 35 0 32 3D 2E B 2C 25
Octal 211 105 65 0 62 75 56 13 54 45
Binary 10001001 1000101 110101 0 110010 111101 101110 1011 101100 100101

Color Harmonies of #894535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894535

Black with #894535

Text Example


Text Example

White with #894535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894535; }

 p { color: rgb(137,69,53); }

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

background-color css

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

 a { background-color: rgb(137,69,53); }

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

border-color css

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

 span { border-color: rgb(137,69,53); }

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