#834A33

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

Shades of Paarl #834A33

Tints of Paarl #834A33

Color information

#834A33 (or 0x834A33) is unknown color: approx Paarl. HEX triplet: 83, 4A and 33. RGB value is (131,74,51). Sum of RGB (Red+Green+Blue) = 131+74+51=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #834A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A33 is #7CB5CC. Grayscale: #585858. Windows color (decimal): -8173005 or 3361411. OLE color: 3361411.

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

Color convert

RGB1317451-
CMYK00.440.610.49
HSL17.25º43.96%35.69%-
HSV(B)17.25º61.07%51.37%-
XYZ12.419.964.4-
YUV88.42106.88158.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=51.17%
G=28.91%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131745100.440.610.4917.2543.9635.69
Hex834A3302C3D31112c24
Octal203112630547561215444
Binary100000111001010110011010110011110111000110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,51); }

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

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

 a { background-color: rgb(131,74,51); }

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

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

 span { border-color: rgb(131,74,51); }

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