#834E36

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

Shades of Paarl #834E36

Tints of Paarl #834E36

Color information

#834E36 (or 0x834E36) is unknown color: approx Paarl. HEX triplet: 83, 4E and 36. RGB value is (131,78,54). Sum of RGB (Red+Green+Blue) = 131+78+54=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #834E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E36 is #7CB1C9. Grayscale: #5B5B5B. Windows color (decimal): -8171978 or 3559043. OLE color: 3559043.

HSL color Cylindrical-coordinate representation of color #834E36: hue angle of 18.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834E36 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1317854-
CMYK00.400.590.49
HSL18.7º41.62%36.27%-
HSV(B)18.7º58.78%51.37%-
XYZ12.7510.544.85-
YUV91.11107.06156.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=49.81%
G=29.66%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131785400.400.590.4918.741.6236.27
Hex834E360283B31132a24
Octal203116660507361235244
Binary100000111001110110110010100011101111000110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E36; }

 p { color: rgb(131,78,54); }

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

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

 a { background-color: rgb(131,78,54); }

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

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

 span { border-color: rgb(131,78,54); }

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