Html Css Color HEX #894B36 Paarl

📋 copy color: '#894B36'

red 137 ◦ green 75 ◦ blue 54

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

Shades of Paarl #894B36

Tints of Paarl #894B36

RGB

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

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

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

R = 51.5%
G = 28.2%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#894B36 (or 0x894B36) is known color: Paarl. HEX triplet: 89, 4B and 36. RGB value is (137,75,54). Sum of RGB (Red+Green+Blue) = 137+75+54=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #894B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B36 is #76B4C9. Grayscale: #5B5B5B. Windows color (decimal): -7779530 or 3558281. OLE color: 3558281.

HSL color Cylindrical-coordinate representation of color #894B36: hue angle of 15.18º 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 #894B36 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 75 54 -
CMYK 0 0.45 0.61 0.46
HSL 15.18º 0.43% 0.37% -
HSV(B) 15.18º 0.61% 0.54% -
XYZ 13.5 10.62 4.83 -
YUV 91.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 137 75 54 0 0.45 0.61 0.46 15.18 0.43 0.37
Hex 89 4B 36 0 2D 3D 2E F 2B 25
Octal 211 113 66 0 55 75 56 17 53 45
Binary 10001001 1001011 110110 0 101101 111101 101110 1111 101011 100101

Color Harmonies of #894B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B36

Black with #894B36

Text Example


Text Example

White with #894B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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