#834933

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

Shades of Paarl #834933

Tints of Paarl #834933

Color information

#834933 (or 0x834933) is unknown color: approx Paarl. HEX triplet: 83, 49 and 33. RGB value is (131,73,51). Sum of RGB (Red+Green+Blue) = 131+73+51=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #834933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834933 is #7CB6CC. Grayscale: #575757. Windows color (decimal): -8173261 or 3361155. OLE color: 3361155.

HSL color Cylindrical-coordinate representation of color #834933: hue angle of 16.5º 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 #834933 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1317351-
CMYK00.440.610.49
HSL16.5º43.96%35.69%-
HSV(B)16.5º61.07%51.37%-
XYZ12.349.834.38-
YUV87.83107.22158.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 51 (20.31% from 255) = 20%
R=51.37%
G=28.63%
B=20%

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
Decimal131735100.440.610.4916.543.9635.69
Hex83493302C3D31102c24
Octal203111630547561205444
Binary100000111001001110011010110011110111000110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834933; }

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

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

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

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

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

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

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

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