#834D38

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

Shades of Paarl #834D38

Tints of Paarl #834D38

Color information

#834D38 (or 0x834D38) is unknown color: approx Paarl. HEX triplet: 83, 4D and 38. RGB value is (131,77,56). Sum of RGB (Red+Green+Blue) = 131+77+56=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #834D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D38 is #7CB2C7. Grayscale: #5A5A5A. Windows color (decimal): -8172232 or 3689859. OLE color: 3689859.

HSL color Cylindrical-coordinate representation of color #834D38: hue angle of 16.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834D38 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1317756-
CMYK00.410.570.49
HSL16.8º40.11%36.67%-
HSV(B)16.8º57.25%51.37%-
XYZ12.7310.425.08-
YUV90.75108.39156.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=49.62%
G=29.17%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131775600.410.570.4916.840.1136.67
Hex834D380293931112825
Octal203115700517161215045
Binary100000111001101111000010100111100111000110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,56); }

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

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

 a { background-color: rgb(131,77,56); }

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

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

 span { border-color: rgb(131,77,56); }

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