#884834

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

Shades of Paarl #884834

Tints of Paarl #884834

Color information

#884834 (or 0x884834) is unknown color: approx Paarl. HEX triplet: 88, 48 and 34. RGB value is (136,72,52). Sum of RGB (Red+Green+Blue) = 136+72+52=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884834 is #77B7CB. Grayscale: #595959. Windows color (decimal): -7845836 or 3426440. OLE color: 3426440.

HSL color Cylindrical-coordinate representation of color #884834: hue angle of 14.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884834 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1367252-
CMYK00.470.620.47
HSL14.29º44.68%36.86%-
HSV(B)14.29º61.76%53.33%-
XYZ13.0910.124.51-
YUV88.86107.2161.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 52 (20.70% from 255) = 20%
R=52.31%
G=27.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136725200.470.620.4714.2944.6836.86
Hex88483402F3E2Fe2d25
Octal210110640577657165545
Binary10001000100100011010001011111111101011111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884834; }

 p { color: rgb(136,72,52); }

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

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

 a { background-color: rgb(136,72,52); }

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

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

 span { border-color: rgb(136,72,52); }

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