Html Css Color HEX #844938 Paarl

📋 copy color: '#844938'

red 132 ◦ green 73 ◦ blue 56

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

Shades of Paarl #844938

Tints of Paarl #844938

RGB

 RED value IS 132 (51.95% from 255) = 50.57%

 GREEN value IS 73 (28.91% from 255) = 27.97%

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 50.57%
G = 27.97%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#844938 (or 0x844938) is known color: Paarl. HEX triplet: 84, 49 and 38. RGB value is (132,73,56). Sum of RGB (Red+Green+Blue) = 132+73+56=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #844938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844938 is #7BB6C7. Grayscale: #585858. Windows color (decimal): -8107720 or 3688836. OLE color: 3688836.

HSL color Cylindrical-coordinate representation of color #844938: hue angle of 13.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844938 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 73 56 -
CMYK 0 0.45 0.58 0.48
HSL 13.42º 0.4% 0.37% -
HSV(B) 13.42º 0.58% 0.52% -
XYZ 12.61 9.96 5 -
YUV 88.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 132 73 56 0 0.45 0.58 0.48 13.42 0.4 0.37
Hex 84 49 38 0 2D 3A 30 D 28 25
Octal 204 111 70 0 55 72 60 15 50 45
Binary 10000100 1001001 111000 0 101101 111010 110000 1101 101000 100101

Color Harmonies of #844938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844938

Black with #844938

Text Example


Text Example

White with #844938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844938; }

 p { color: rgb(132,73,56); }

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

background-color css

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

 a { background-color: rgb(132,73,56); }

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

border-color css

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

 span { border-color: rgb(132,73,56); }

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