#844330

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

Shades of Paarl #844330

Tints of Paarl #844330

Color information

#844330 (or 0x844330) is unknown color: approx Paarl. HEX triplet: 84, 43 and 30. RGB value is (132,67,48). Sum of RGB (Red+Green+Blue) = 132+67+48=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844330 is #7BBCCF. Grayscale: #545454. Windows color (decimal): -8109264 or 3163012. OLE color: 3163012.

HSL color Cylindrical-coordinate representation of color #844330: hue angle of 13.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844330 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1326748-
CMYK00.490.640.48
HSL13.57º46.67%35.29%-
HSV(B)13.57º63.64%51.76%-
XYZ12.069.133.92-
YUV84.27107.53162.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=53.44%
G=27.13%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132674800.490.640.4813.5746.6735.29
Hex8443300314030e2f23
Octal2041036006110060165743
Binary100001001000011110000011000110000001100001110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844330; }

 p { color: rgb(132,67,48); }

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

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

 a { background-color: rgb(132,67,48); }

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

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

 span { border-color: rgb(132,67,48); }

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