#814A36

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

Shades of Paarl #814A36

Tints of Paarl #814A36

Color information

#814A36 (or 0x814A36) is unknown color: approx Paarl. HEX triplet: 81, 4A and 36. RGB value is (129,74,54). Sum of RGB (Red+Green+Blue) = 129+74+54=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A36 is #7EB5C9. Grayscale: #585858. Windows color (decimal): -8304074 or 3558017. OLE color: 3558017.

HSL color Cylindrical-coordinate representation of color #814A36: hue angle of 16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814A36 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1297454-
CMYK00.430.580.49
HSL16º40.98%35.88%-
HSV(B)16º58.14%50.59%-
XYZ12.179.834.75-
YUV88.16108.72157.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=50.19%
G=28.79%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129745400.430.580.491640.9835.88
Hex814A3602B3A31102924
Octal201112660537261205144
Binary100000011001010110110010101111101011000110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A36; }

 p { color: rgb(129,74,54); }

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

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

 a { background-color: rgb(129,74,54); }

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

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

 span { border-color: rgb(129,74,54); }

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