#844B31

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

Shades of Paarl #844B31

Tints of Paarl #844B31

Color information

#844B31 (or 0x844B31) is unknown color: approx Paarl. HEX triplet: 84, 4B and 31. RGB value is (132,75,49). Sum of RGB (Red+Green+Blue) = 132+75+49=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #844B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B31 is #7BB4CE. Grayscale: #595959. Windows color (decimal): -8107215 or 3230596. OLE color: 3230596.

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

Color convert

RGB1327549-
CMYK00.430.630.48
HSL18.8º45.86%35.49%-
HSV(B)18.8º62.88%51.76%-
XYZ12.5910.164.2-
YUV89.08105.38158.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=51.56%
G=29.30%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132754900.430.630.4818.845.8635.49
Hex844B3102B3F30132e23
Octal204113610537760235643
Binary100001001001011110001010101111111111000010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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