#845039

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

Shades of Paarl #845039

Tints of Paarl #845039

Color information

#845039 (or 0x845039) is unknown color: approx Paarl. HEX triplet: 84, 50 and 39. RGB value is (132,80,57). Sum of RGB (Red+Green+Blue) = 132+80+57=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845039 is #7BAFC6. Grayscale: #5D5D5D. Windows color (decimal): -8105927 or 3756164. OLE color: 3756164.

HSL color Cylindrical-coordinate representation of color #845039: hue angle of 18.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845039 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1328057-
CMYK00.390.570.48
HSL18.4º39.68%37.06%-
HSV(B)18.4º56.82%51.76%-
XYZ13.1210.945.29-
YUV92.93107.73155.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=49.07%
G=29.74%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132805700.390.570.4818.439.6837.06
Hex8450390273930122825
Octal204120710477160225045
Binary100001001010000111001010011111100111000010010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845039; }

 p { color: rgb(132,80,57); }

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

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

 a { background-color: rgb(132,80,57); }

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

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

 span { border-color: rgb(132,80,57); }

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