#834E38

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

Shades of Paarl #834E38

Tints of Paarl #834E38

Color information

#834E38 (or 0x834E38) is unknown color: approx Paarl. HEX triplet: 83, 4E and 38. RGB value is (131,78,56). Sum of RGB (Red+Green+Blue) = 131+78+56=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #834E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E38 is #7CB1C7. Grayscale: #5B5B5B. Windows color (decimal): -8171976 or 3690115. OLE color: 3690115.

HSL color Cylindrical-coordinate representation of color #834E38: hue angle of 17.6º 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 #834E38 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1317856-
CMYK00.400.570.49
HSL17.6º40.11%36.67%-
HSV(B)17.6º57.25%51.37%-
XYZ12.810.565.11-
YUV91.34108.06156.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=49.43%
G=29.43%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131785600.400.570.4917.640.1136.67
Hex834E380283931122825
Octal203116700507161225045
Binary100000111001110111000010100011100111000110010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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