#834630

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

Shades of Paarl #834630

Tints of Paarl #834630

Color information

#834630 (or 0x834630) is unknown color: approx Paarl. HEX triplet: 83, 46 and 30. RGB value is (131,70,48). Sum of RGB (Red+Green+Blue) = 131+70+48=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834630 is #7CB9CF. Grayscale: #555555. Windows color (decimal): -8174032 or 3163779. OLE color: 3163779.

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

Color convert

RGB1317048-
CMYK00.470.630.49
HSL15.9º46.37%35.1%-
HSV(B)15.9º63.36%51.37%-
XYZ12.089.423.98-
YUV85.73106.71160.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=52.61%
G=28.11%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131704800.470.630.4915.946.3735.1
Hex83463002F3F31102e23
Octal203106600577761205643
Binary100000111000110110000010111111111111000110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834630; }

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

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

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

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

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

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

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

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