#834C35

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

Shades of Paarl #834C35

Tints of Paarl #834C35

Color information

#834C35 (or 0x834C35) is unknown color: approx Paarl. HEX triplet: 83, 4C and 35. RGB value is (131,76,53). Sum of RGB (Red+Green+Blue) = 131+76+53=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #834C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C35 is #7CB3CA. Grayscale: #595959. Windows color (decimal): -8172491 or 3492995. OLE color: 3492995.

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

Color convert

RGB1317653-
CMYK00.420.600.49
HSL17.69º42.39%36.08%-
HSV(B)17.69º59.54%51.37%-
XYZ12.5910.254.68-
YUV89.82107.22157.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=50.38%
G=29.23%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131765300.420.600.4917.6942.3936.08
Hex834C3502A3C31122a24
Octal203114650527461225244
Binary100000111001100110101010101011110011000110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,76,53); }

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

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

 a { background-color: rgb(131,76,53); }

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

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

 span { border-color: rgb(131,76,53); }

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