#844B36

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

Shades of Paarl #844B36

Tints of Paarl #844B36

Color information

#844B36 (or 0x844B36) is unknown color: approx Paarl. HEX triplet: 84, 4B and 36. RGB value is (132,75,54). Sum of RGB (Red+Green+Blue) = 132+75+54=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #844B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B36 is #7BB4C9. Grayscale: #595959. Windows color (decimal): -8107210 or 3558276. OLE color: 3558276.

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

Color convert

RGB1327554-
CMYK00.430.590.48
HSL16.15º41.94%36.47%-
HSV(B)16.15º59.09%51.76%-
XYZ12.710.24.79-
YUV89.65107.88158.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=50.57%
G=28.74%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132755400.430.590.4816.1541.9436.47
Hex844B3602B3B30102a24
Octal204113660537360205244
Binary100001001001011110110010101111101111000010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,54); }

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

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

 a { background-color: rgb(132,75,54); }

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

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

 span { border-color: rgb(132,75,54); }

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