Html Css Color HEX #894433 Paarl

📋 copy color: '#894433'

red 137 ◦ green 68 ◦ blue 51

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

Shades of Paarl #894433

Tints of Paarl #894433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 53.52%
G = 26.56%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#894433 (or 0x894433) is known color: Paarl. HEX triplet: 89, 44 and 33. RGB value is (137,68,51). Sum of RGB (Red+Green+Blue) = 137+68+51=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894433 is #76BBCC. Grayscale: #565656. Windows color (decimal): -7781325 or 3359881. OLE color: 3359881.

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

Color convert

RGB 137 68 51 -
CMYK 0 0.50 0.63 0.46
HSL 11.86º 0.46% 0.37% -
HSV(B) 11.86º 0.63% 0.54% -
XYZ 12.98 9.69 4.32 -
YUV 86.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 137 68 51 0 0.50 0.63 0.46 11.86 0.46 0.37
Hex 89 44 33 0 32 3F 2E C 2E 25
Octal 211 104 63 0 62 77 56 14 56 45
Binary 10001001 1000100 110011 0 110010 111111 101110 1100 101110 100101

Color Harmonies of #894433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894433

Black with #894433

Text Example


Text Example

White with #894433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894433; }

 p { color: rgb(137,68,51); }

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

background-color css

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

 a { background-color: rgb(137,68,51); }

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

border-color css

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

 span { border-color: rgb(137,68,51); }

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