#844A2F

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

Shades of Paarl #844A2F

Tints of Paarl #844A2F

Color information

#844A2F (or 0x844A2F) is unknown color: approx Paarl. HEX triplet: 84, 4A and 2F. RGB value is (132,74,47). Sum of RGB (Red+Green+Blue) = 132+74+47=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A2F is #7BB5D0. Grayscale: #585858. Windows color (decimal): -8107473 or 3099268. OLE color: 3099268.

HSL color Cylindrical-coordinate representation of color #844A2F: hue angle of 19.06º 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 #844A2F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1327447-
CMYK00.440.640.48
HSL19.06º47.49%35.1%-
HSV(B)19.06º64.39%51.76%-
XYZ12.4810.013.96-
YUV88.26104.72159.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=52.17%
G=29.25%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132744700.440.640.4819.0647.4935.1
Hex844A2F02C4030132f23
Octal2041125705410060235743
Binary1000010010010101011110101100100000011000010011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,74,47); }

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

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

 a { background-color: rgb(132,74,47); }

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

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

 span { border-color: rgb(132,74,47); }

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