Html Css Color HEX #895034 Paarl

📋 copy color: '#895034'

red 137 ◦ green 80 ◦ blue 52

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

Shades of Paarl #895034

Tints of Paarl #895034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 50.93%
G = 29.74%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#895034 (or 0x895034) is known color: Paarl. HEX triplet: 89, 50 and 34. RGB value is (137,80,52). Sum of RGB (Red+Green+Blue) = 137+80+52=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895034 is #76AFCB. Grayscale: #5E5E5E. Windows color (decimal): -7778252 or 3428489. OLE color: 3428489.

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

Color convert

RGB 137 80 52 -
CMYK 0 0.42 0.62 0.46
HSL 19.76º 0.45% 0.37% -
HSV(B) 19.76º 0.62% 0.54% -
XYZ 13.81 11.3 4.7 -
YUV 93.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 137 80 52 0 0.42 0.62 0.46 19.76 0.45 0.37
Hex 89 50 34 0 2A 3E 2E 14 2D 25
Octal 211 120 64 0 52 76 56 24 55 45
Binary 10001001 1010000 110100 0 101010 111110 101110 10100 101101 100101

Color Harmonies of #895034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895034

Black with #895034

Text Example


Text Example

White with #895034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895034; }

 p { color: rgb(137,80,52); }

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

background-color css

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

 a { background-color: rgb(137,80,52); }

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

border-color css

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

 span { border-color: rgb(137,80,52); }

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