Html Css Color HEX #895237 Paarl

📋 copy color: '#895237'

red 137 ◦ green 82 ◦ blue 55

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

Shades of Paarl #895237

Tints of Paarl #895237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 50%
G = 29.93%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#895237 (or 0x895237) is known color: Paarl. HEX triplet: 89, 52 and 37. RGB value is (137,82,55). Sum of RGB (Red+Green+Blue) = 137+82+55=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #895237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895237 is #76ADC8. Grayscale: #5F5F5F. Windows color (decimal): -7777737 or 3625609. OLE color: 3625609.

HSL color Cylindrical-coordinate representation of color #895237: hue angle of 19.76º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #895237 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 55 -
CMYK 0 0.40 0.60 0.46
HSL 19.76º 0.43% 0.38% -
HSV(B) 19.76º 0.6% 0.54% -
XYZ 14.02 11.63 5.12 -
YUV 95.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 137 82 55 0 0.40 0.60 0.46 19.76 0.43 0.38
Hex 89 52 37 0 28 3C 2E 14 2B 26
Octal 211 122 67 0 50 74 56 24 53 46
Binary 10001001 1010010 110111 0 101000 111100 101110 10100 101011 100110

Color Harmonies of #895237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895237

Black with #895237

Text Example


Text Example

White with #895237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895237; }

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

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

background-color css

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

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

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

border-color css

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

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

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