#844A33

Color #844A33 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #844A33

Tints of Paarl #844A33

Color information

#844A33 (or 0x844A33) is unknown color: approx Paarl. HEX triplet: 84, 4A and 33. RGB value is (132,74,51). Sum of RGB (Red+Green+Blue) = 132+74+51=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #844A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A33 is #7BB5CC. Grayscale: #585858. Windows color (decimal): -8107469 or 3361412. OLE color: 3361412.

HSL color Cylindrical-coordinate representation of color #844A33: hue angle of 17.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844A33 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1327451-
CMYK00.440.610.48
HSL17.04º44.26%35.88%-
HSV(B)17.04º61.36%51.76%-
XYZ12.5610.044.41-
YUV88.72106.72158.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=51.36%
G=28.79%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132745100.440.610.4817.0444.2635.88
Hex844A3302C3D30112c24
Octal204112630547560215444
Binary100001001001010110011010110011110111000010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A33; }

 p { color: rgb(132,74,51); }

 H1.HeaderClassName
 {
   color: #844A33;
 }
 .AnyTagClassName
 {
   color: #844A33;
 }
</style>
background-color css

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

 a { background-color: rgb(132,74,51); }

 div.DivClassName
 {
   background-color: #844A33;
 }
 .BgClassName
 {
   background-color: #844A33;
 }
</style>
border-color css

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

 span { border-color: rgb(132,74,51); }

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