Html Css Color HEX #894432 Paarl

📋 copy color: '#894432'

red 137 ◦ green 68 ◦ blue 50

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

Shades of Paarl #894432

Tints of Paarl #894432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 53.73%
G = 26.67%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894432 (or 0x894432) is known color: Paarl. HEX triplet: 89, 44 and 32. RGB value is (137,68,50). Sum of RGB (Red+Green+Blue) = 137+68+50=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #894432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894432 is #76BBCD. Grayscale: #565656. Windows color (decimal): -7781326 or 3294345. OLE color: 3294345.

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

Color convert

RGB 137 68 50 -
CMYK 0 0.50 0.64 0.46
HSL 12.41º 0.47% 0.37% -
HSV(B) 12.41º 0.64% 0.54% -
XYZ 12.96 9.68 4.2 -
YUV 86.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 137 68 50 0 0.50 0.64 0.46 12.41 0.47 0.37
Hex 89 44 32 0 32 40 2E C 2F 25
Octal 211 104 62 0 62 100 56 14 57 45
Binary 10001001 1000100 110010 0 110010 1000000 101110 1100 101111 100101

Color Harmonies of #894432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894432

Black with #894432

Text Example


Text Example

White with #894432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894432; }

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

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

background-color css

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

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

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

border-color css

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

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

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