#834830

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

Shades of Paarl #834830

Tints of Paarl #834830

Color information

#834830 (or 0x834830) is unknown color: approx Paarl. HEX triplet: 83, 48 and 30. RGB value is (131,72,48). Sum of RGB (Red+Green+Blue) = 131+72+48=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834830 is #7CB7CF. Grayscale: #575757. Windows color (decimal): -8173520 or 3164291. OLE color: 3164291.

HSL color Cylindrical-coordinate representation of color #834830: hue angle of 17.35º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834830 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1317248-
CMYK00.450.630.49
HSL17.35º46.37%35.1%-
HSV(B)17.35º63.36%51.37%-
XYZ12.219.674.02-
YUV86.9106.05159.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=52.19%
G=28.69%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131724800.450.630.4917.3546.3735.1
Hex83483002D3F31112e23
Octal203110600557761215643
Binary100000111001000110000010110111111111000110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834830; }

 p { color: rgb(131,72,48); }

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

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

 a { background-color: rgb(131,72,48); }

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

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

 span { border-color: rgb(131,72,48); }

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