Html Css Color HEX #895236 Paarl

📋 copy color: '#895236'

red 137 ◦ green 82 ◦ blue 54

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

Shades of Paarl #895236

Tints of Paarl #895236

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 50.18%
G = 30.04%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#895236 (or 0x895236) is known color: Paarl. HEX triplet: 89, 52 and 36. RGB value is (137,82,54). Sum of RGB (Red+Green+Blue) = 137+82+54=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #895236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895236 is #76ADC9. Grayscale: #5F5F5F. Windows color (decimal): -7777738 or 3560073. OLE color: 3560073.

HSL color Cylindrical-coordinate representation of color #895236: hue angle of 20.24º degrees, saturation: 0.43, 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 #895236 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 54 -
CMYK 0 0.40 0.61 0.46
HSL 20.24º 0.43% 0.37% -
HSV(B) 20.24º 0.61% 0.54% -
XYZ 14 11.62 4.99 -
YUV 95.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 137 82 54 0 0.40 0.61 0.46 20.24 0.43 0.37
Hex 89 52 36 0 28 3D 2E 14 2B 25
Octal 211 122 66 0 50 75 56 24 53 45
Binary 10001001 1010010 110110 0 101000 111101 101110 10100 101011 100101

Color Harmonies of #895236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895236

Black with #895236

Text Example


Text Example

White with #895236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895236; }

 p { color: rgb(137,82,54); }

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

background-color css

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

 a { background-color: rgb(137,82,54); }

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

border-color css

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

 span { border-color: rgb(137,82,54); }

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