#83442E

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

Shades of Paarl #83442E

Tints of Paarl #83442E

Color information

#83442E (or 0x83442E) is unknown color: approx Paarl. HEX triplet: 83, 44 and 2E. RGB value is (131,68,46). Sum of RGB (Red+Green+Blue) = 131+68+46=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83442E is #7CBBD1. Grayscale: #545454. Windows color (decimal): -8174546 or 3032195. OLE color: 3032195.

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

Color convert

RGB1316846-
CMYK00.480.650.49
HSL15.53º48.02%34.71%-
HSV(B)15.53º64.89%51.37%-
XYZ11.929.163.72-
YUV84.33106.37161.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=53.47%
G=27.76%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131684600.480.650.4915.5348.0234.71
Hex83442E0304131103023
Octal2031045606010161206043
Binary1000001110001001011100110000100000111000110000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83442E; }

 p { color: rgb(131,68,46); }

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

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

 a { background-color: rgb(131,68,46); }

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

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

 span { border-color: rgb(131,68,46); }

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