Html Css Color HEX #894533 Paarl

📋 copy color: '#894533'

red 137 ◦ green 69 ◦ blue 51

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

Shades of Paarl #894533

Tints of Paarl #894533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 53.31%
G = 26.85%
B = 19.84%

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

#894533 (or 0x894533) is known color: Paarl. HEX triplet: 89, 45 and 33. RGB value is (137,69,51). Sum of RGB (Red+Green+Blue) = 137+69+51=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894533 is #76BACC. Grayscale: #575757. Windows color (decimal): -7781069 or 3360137. OLE color: 3360137.

HSL color Cylindrical-coordinate representation of color #894533: hue angle of 12.56º 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 #894533 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 51 -
CMYK 0 0.50 0.63 0.46
HSL 12.56º 0.46% 0.37% -
HSV(B) 12.56º 0.63% 0.54% -
XYZ 13.04 9.81 4.34 -
YUV 87.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 137 69 51 0 0.50 0.63 0.46 12.56 0.46 0.37
Hex 89 45 33 0 32 3F 2E D 2E 25
Octal 211 105 63 0 62 77 56 15 56 45
Binary 10001001 1000101 110011 0 110010 111111 101110 1101 101110 100101

Color Harmonies of #894533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894533

Black with #894533

Text Example


Text Example

White with #894533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894533; }

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

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

background-color css

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

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

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

border-color css

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

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

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